Skip to content

Commit

Permalink
doc: add initial structure for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-makerx committed Jan 30, 2024
1 parent e651258 commit ba5cd3f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
path: docs/_build/html/

- name: Deploy to GitHub pages
uses: peaceiris/actions-gh-pages@v3
uses: actions/upload-pages-artifact@v2
# if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html
path: ./docs/_build/html

0 comments on commit ba5cd3f

Please sign in to comment.