Skip to content

Commit

Permalink
updated workflow documentation following pyAT
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneliuzzo committed Nov 27, 2024
1 parent 9131db0 commit a0d9c84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,16 @@ jobs:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# BRANCH: gh-pages
# folder: docs/_build # The folder the action should deploy.
- name: Compile docs
run: make html
working-directory: docs

- name: Publish Docs to gh-pages
uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_build/html

- name: Trigger RTDs build
uses: dfm/rtds-action@v1
with:
Expand Down
Binary file added docs/_static/img/logosmall.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a0d9c84

Please sign in to comment.