Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored Sep 12, 2023
1 parent f4ecdcc commit 1844dea
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,10 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Checkout
uses: actions/checkout@v3

- name: Set up Python
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
Expand All @@ -58,15 +57,16 @@ jobs:
make clean
make html
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Setup Pages
uses: actions/configure-pages@v3

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
# Upload just docs
path: 'docs/sphinx/build/html'
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
# Upload just docs
path: 'docs/sphinx/build/html'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 1844dea

Please sign in to comment.