Skip to content

Commit 5342935

Browse files
committed
use explicit url for static artifact
1 parent b6a59a7 commit 5342935

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 ${{ steps.deployment.outputs.page_url }}artifact.zip
49+
wget https://geonode.org/geonode-mapstore-client/artifact.zip
5050
unzip artifact.zip
5151
mv gh-pages/ ../gh-pages
5252

0 commit comments

Comments
 (0)