Skip to content

Commit 0c09d36

Browse files
author
Sofia "dzshn" N. L
committed
workflows: fix usess
1 parent 2747db8 commit 0c09d36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
./build.sh
2525
2626
- name: Upload pages
27-
uses: actions/upload-artifacts@v2
27+
uses: actions/upload-artifact@v2
2828
with:
2929
name: pages
3030
path: docs/build
3131

3232
- name: Publish pages
33-
uses: actions/deploy-pages@latest
33+
uses: actions/deploy-pages@479e82243a95585ebee8ab037c4bfd8e6356a47b

0 commit comments

Comments
 (0)