Skip to content

Commit b6a59a7

Browse files
committed
change artifact zip url for static pages
1 parent 5de4694 commit b6a59a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: Restore previous github-pages artifact
4848
run: |
49-
wget ${{ env.url }}artifact.zip
49+
wget ${{ steps.deployment.outputs.page_url }}artifact.zip
5050
unzip artifact.zip
5151
mv gh-pages/ ../gh-pages
5252

0 commit comments

Comments
 (0)