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 47c8f6a commit a2ee129Copy full SHA for a2ee129
.github/workflows/static.yml
@@ -62,12 +62,18 @@ jobs:
62
npm install [email protected] -g
63
npm install @jsdoc/[email protected] -g
64
65
+ - uses: actions/download-artifact@v5
66
+ with:
67
+ name: github-pages
68
+ path: ../gh-pages
69
+
70
- name: Build master documentation
71
run: |
72
cd ./geonode_mapstore_client/client/
73
npm run docs
74
cd ../../
75
cp -a ./geonode_mapstore_client/static/fonts/. ./docs/fonts/
76
+ rm -rf ../gh-pages/master
77
mv ./docs ../gh-pages/master
78
79
- name: Setup Pages
@@ -77,6 +83,7 @@ jobs:
83
uses: actions/upload-pages-artifact@v3
84
with:
85
# Upload entire repository
86
80
87
path: '../gh-pages'
81
88
82
89
- name: Deploy to GitHub Pages
0 commit comments