Skip to content

Commit 9848bb5

Browse files
authored
Update pages.yml
1 parent 1d074c4 commit 9848bb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pages.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v3
3333
- name: Setup Pages
34-
uses: actions/configure-pages@v4
34+
uses: actions/configure-pages@v2
3535
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v4
36+
uses: actions/upload-pages-artifact@v2
3737
with:
3838
# Upload entire repository
3939
path: 'doc'

0 commit comments

Comments
 (0)