Skip to content

Commit af81d56

Browse files
committed
Update Github Actions
1 parent 229d3ba commit af81d56

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/deploy-gh-pages.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
2-
name: Deploy GitHub Pages with MkDocs
1+
# Sample workflow for building and deploying a documentation site to GitHub Pages
2+
name: Deploy GitHub Pages
33

44
on:
55
# Runs on pushes targeting the default branch
@@ -26,15 +26,19 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v6
30+
3031
- name: Setup Pages
31-
uses: actions/configure-pages@v3
32+
uses: actions/configure-pages@v5
33+
3234
- name: Install Doxygen
3335
run: sudo apt install doxygen
36+
3437
- name: Build with Doxygen
3538
run: doxygen
39+
3640
- name: Upload artifact
37-
uses: actions/upload-pages-artifact@v2
41+
uses: actions/upload-pages-artifact@v4
3842
with:
3943
path: doc/
4044

@@ -48,4 +52,4 @@ jobs:
4852
steps:
4953
- name: Deploy to GitHub Pages
5054
id: deployment
51-
uses: actions/deploy-pages@v2
55+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)