Skip to content

Commit

Permalink
Update sphinx-gitpg.yml
Browse files Browse the repository at this point in the history
Install grag package.
  • Loading branch information
arjbingly authored Apr 24, 2024
1 parent 663eaf3 commit bf38152
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/sphinx-gitpg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Deps
run: |
pip install sphinx
pip install -r src/docs/requirements.txt
run: pip install .[dev]

- name: Sphinx Build
run: |
Expand All @@ -39,12 +37,11 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5

- name: Deploy to GitHub Pages Artifact
# uses: actions/deploy-pages@v4
- name: Upload GitHub Pages Artifact
uses: actions/upload-pages-artifact@v3
with:
path: "src/docs/_build/html"

- name: Deplot GitHub Pages
- name: Deploy GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit bf38152

Please sign in to comment.