Skip to content

Commit a2ee129

Browse files
committed
review documentation action
1 parent 47c8f6a commit a2ee129

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/static.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,18 @@ jobs:
6262
npm install [email protected] -g
6363
npm install @jsdoc/[email protected] -g
6464
65+
- uses: actions/download-artifact@v5
66+
with:
67+
name: github-pages
68+
path: ../gh-pages
69+
6570
- name: Build master documentation
6671
run: |
6772
cd ./geonode_mapstore_client/client/
6873
npm run docs
6974
cd ../../
7075
cp -a ./geonode_mapstore_client/static/fonts/. ./docs/fonts/
76+
rm -rf ../gh-pages/master
7177
mv ./docs ../gh-pages/master
7278
7379
- name: Setup Pages
@@ -77,6 +83,7 @@ jobs:
7783
uses: actions/upload-pages-artifact@v3
7884
with:
7985
# Upload entire repository
86+
name: github-pages
8087
path: '../gh-pages'
8188

8289
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)