Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
humanagent committed Dec 7, 2023
1 parent 19f3ec5 commit 391dd04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
run: jazzy --output ./docs --theme=fullwidth

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
id: deployment
uses: actions/deploy-pages@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs

0 comments on commit 391dd04

Please sign in to comment.