Skip to content

Commit

Permalink
Merge #864(kitsune): static.yml: bump versions of used actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KitsuneRal authored Feb 3, 2025
2 parents 8db92f6 + 25abed5 commit a0e536a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ jobs:
- name: Install doxygen
run: sudo apt-get -qq install doxygen graphviz
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Update submodules
run: git submodule update --init
- name: Build docs
run: doxygen
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: 'html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit a0e536a

Please sign in to comment.