Skip to content

Commit

Permalink
Testing gh-pages deployment w/ ghp-import
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-rijsketic committed Jun 10, 2024
1 parent d3f334c commit 441586f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,14 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install sphinx myst-parser pydata-sphinx-theme
pip install sphinx myst-parser pydata-sphinx-theme ghp-import
- name: Build documentation
run: |
cd unravel/docs
make html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./unravel/docs/_build/html

run: |
cd unravel/docs
ghp-import -n -p -f _build/html
Binary file modified unravel/docs/_build/doctrees/environment.pickle
Binary file not shown.

0 comments on commit 441586f

Please sign in to comment.