Skip to content

Commit 8649bde

Browse files
authored
Merge pull request #19 from jmlntw/github_actions/actions/upload-pages-artifact-2
Bump actions/configure-pages from 1 to 2
2 parents 394ab25 + 74ae98e commit 8649bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
--destination _site \
4040
--baseurl "${{ steps.pages.outputs.base_path }}"
4141
- name: Upload GitHub Pages to artifact
42-
uses: actions/upload-pages-artifact@v1
42+
uses: actions/upload-pages-artifact@v2
4343
with:
4444
path: _site
4545

0 commit comments

Comments
 (0)