Skip to content

Commit

Permalink
Update documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AGrigis authored Nov 7, 2024
1 parent d7a0eb3 commit 32add86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Latex
Expand All @@ -44,7 +44,7 @@ jobs:
make raw-html
cd ../..
- name: Upload documentation as an artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: html-documentation
retention-days: 15
Expand Down

0 comments on commit 32add86

Please sign in to comment.