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 b604212
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,8 @@ jobs:
- name: Build doc
run: poetry run make -C docs html

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
name: html-docs
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 b604212

Please sign in to comment.