Skip to content

Commit

Permalink
Merge pull request #29 from elliotmatson/renovate/actions-configure-p…
Browse files Browse the repository at this point in the history
…ages-5.x

Update actions/configure-pages action to v5
  • Loading branch information
elliotmatson authored Mar 31, 2024
2 parents 80cb670 + 2f569de commit 7cadbed
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 @@ -24,7 +24,7 @@ jobs:

- name: Setup Pages
id: pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5

- name: Install Doxygen
run: sudo apt-get install -y doxygen
Expand All @@ -36,7 +36,7 @@ jobs:
run: doxygen Doxyfile

- name: Setup Pages
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 7cadbed

Please # to comment.