From b55c81b9c5116f2a53124e07e6ef5acddb0d77fc Mon Sep 17 00:00:00 2001 From: Rachel Brindle Date: Sat, 30 Mar 2024 15:29:45 -0700 Subject: [PATCH] WIP figure out documentation deploying --- .github/workflows/documentation.yml | 1 - script/build_docs | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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