Skip to content

Commit

Permalink
fix: artifact version
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Jul 19, 2024
1 parent 9aed9d4 commit 1d1dcd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: |
# ... installation of all tools ...
sudo apt-get install -y python3-sphinx
sudo pip3 install sphinx-rtd-theme sphinxcontrib-images
sudo pip3 install sphinx-rtd-theme
- name: build
run: |
Expand All @@ -48,7 +48,7 @@ jobs:
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: './pages'
Expand Down

0 comments on commit 1d1dcd2

Please sign in to comment.