diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index beddff57..8008f2bb 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -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: