File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout Repository
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout
24
24
25
25
- name : Add MSBuild to PATH
26
26
45
45
run : 7z a -tzip .\build\doc\htmlDocs.zip .\build\doc\*
46
46
47
47
- name : Upload Artifacts
48
- uses : actions/upload-artifact@v4
48
+ uses : actions/upload-artifact
49
49
with :
50
50
name : cpacsDocs
51
51
path : |
@@ -70,11 +70,11 @@ jobs:
70
70
runs-on : ubuntu-latest
71
71
steps :
72
72
- name : Checkout
73
- uses : actions/checkout@v3
73
+ uses : actions/checkout
74
74
- name : Setup Pages
75
- uses : actions/configure-pages@v3
75
+ uses : actions/configure-pages
76
76
- name : Download html zip
77
- uses : actions/download-artifact@v4
77
+ uses : actions/download-artifact
78
78
with :
79
79
name : cpacsDocs
80
80
- name : Extract HTML Docs
@@ -86,11 +86,11 @@ jobs:
86
86
echo "::warning title=Invalid file permissions automatically fixed::$line"
87
87
done
88
88
- name : Upload Artifacts
89
- uses : actions/upload-pages-artifact@v2
89
+ uses : actions/upload-pages-artifact
90
90
with :
91
91
path : .
92
92
- name : Deploy to GitHub Pages
93
93
id : deployment
94
- uses : actions/deploy-pages@v2
94
+ uses : actions/deploy-pages
95
95
with :
96
96
token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments