Skip to content

Commit

Permalink
Not fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pepicrft committed Jan 8, 2024
1 parent 30977d0 commit a746a5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
run: sudo xcode-select -switch /Applications/Xcode_$(cat .xcode-version).app
- name: Build documentation
run: swift package --allow-writing-to-directory ./docs generate-documentation --target XcodeProj --output-path ./docs --transform-for-static-hosting --hosting-base-path / --disable-indexing
- name: Fix permissions
run: 'sudo chown -R $USER .build/documentation'
- name: Publish to Cloudflare Pages
uses: cloudflare/pages-action@v1
with:
Expand Down

0 comments on commit a746a5c

Please sign in to comment.