Skip to content

Commit d34d39a

Browse files
Update actions/configure-pages action to v2
1 parent d19e334 commit d34d39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/GHPages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
export NODE_OPTIONS="--max-old-space-size=8192"
3434
yarn docs:build
3535
- name: Setup Pages
36-
uses: actions/configure-pages@v1
36+
uses: actions/configure-pages@v2
3737
- name: Upload artifact
3838
uses: actions/upload-pages-artifact@v1
3939
with:

0 commit comments

Comments
 (0)