Skip to content

Commit

Permalink
WIP figure out documentation deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
younata committed Mar 30, 2024
1 parent e617085 commit b55c81b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion script/build_docs
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b55c81b

Please sign in to comment.