Skip to content

Commit

Permalink
Pointless changes
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Jan 27, 2024
1 parent 0f0380a commit b0f1441
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
steps:
# Boilerplate
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
# We need docutils for our documentation
- run: sudo apt-get install python3-docutils
- name: Install TeX Live
Expand All @@ -62,7 +62,7 @@ jobs:
# 2. If we succeed building documentation
- name: Archive documentation
if: ${{ matrix.artifact_name == 'Documentation' && success() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.artifact_name }}
path: "**/*.pdf"
Expand Down

0 comments on commit b0f1441

Please sign in to comment.