We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ec89c commit d134779Copy full SHA for d134779
.github/workflows/static.yml
@@ -52,8 +52,9 @@ jobs:
52
cd ../../
53
cp -a ./geonode_mapstore_client/static/fonts/. ./docs/fonts/
54
mv ./docs ../gh-pages/master
55
- zip -r ./artifact.zip ../gh-pages/
56
- mv ./artifact.zip ../gh-pages/artifact.zip
+ cd ../
+ zip -r artifact.zip gh-pages/
57
+ mv artifact.zip gh-pages/artifact.zip
58
59
- name: Setup Pages
60
uses: actions/configure-pages@v2
0 commit comments