File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed
Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 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
44on :
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
4852 steps :
4953 - name : Deploy to GitHub Pages
5054 id : deployment
51- uses : actions/deploy-pages@v2
55+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments