Skip to content

Commit

Permalink
Don't clone swift-docc-render
Browse files Browse the repository at this point in the history
  • Loading branch information
LebJe committed Dec 10, 2023
1 parent 91209e0 commit 619ac46
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generateDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: "macos-latest"
steps:
- uses: "actions/checkout@v4"
- name: "Clone swift-docc-render"
run: "gh repo clone LebJe/swift-docc-render"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# - name: "Clone swift-docc-render"
# run: "gh repo clone LebJe/swift-docc-render"
# env:
# GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# - name: "Build swift-docc-render"
# run: "cd swift-docc-render/ && npm install && npm run build && cd .."
- name: "Build TOMLKit"
Expand Down

0 comments on commit 619ac46

Please sign in to comment.