diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index af8eaf1fc..ff070c47d 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -24,7 +24,6 @@ jobs: ./script/build_docs - name: Deploy Docs - if: github.ref == 'refs/heads/main' uses: JamesIves/github-pages-deploy-action@v4 with: folder: docs diff --git a/script/build_docs b/script/build_docs index 88aa81a6f..d3ec254bb 100755 --- a/script/build_docs +++ b/script/build_docs @@ -8,5 +8,5 @@ swift package --allow-writing-to-directory docs \ generate-documentation --target Nimble \ --disable-indexing \ --transform-for-static-hosting \ - --hosting-base-path 'https://quick.github.io/Nimble' \ + --hosting-base-path 'Nimble' \ --output-path docs