Skip to content

[Backport release_3_7] JS: Enhancing the way Map is managed #9

[Backport release_3_7] JS: Enhancing the way Map is managed

[Backport release_3_7] JS: Enhancing the way Map is managed #9

Workflow file for this run

name: 📖 Documentation
on:
push:
# tags:
# - '*'
branches:
- master
pull_request:
branches:
- master
- release_3_*
workflow_dispatch:
permissions:
id-token: write
pages: write
jobs:
jsdoc:
name: "🟨 JS-Doc"
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- uses: actions/setup-node@v4
- name: Building docs
run: make js-doc
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: docs/js/assets/1.0.0/
- name: Deploy to GitHub Pages
if: github.repository == '3liz/lizmap-web-client' && github.ref == 'refs/heads/master'
id: deployment
uses: actions/deploy-pages@v4
# - name: Branch name
# id: branch-name
# run: make debug | grep SHORT_VERSION= >> "$GITHUB_OUTPUT"
#
# - name: Install multi deploy version
# run: npm i @koumoul/gh-pages-multi
#
# - name: Token
# env:
# GITHUB_TOKEN: ${{ secrets.TOKEN_TEST }}
# run: git remote set-url origin https://${{ secrets.TOKEN_TEST }}@github.com/Gustry/lizmap-web-client.git
#
# - name: Deploy build
# env:
# BRANCH_NAME: ${{ steps.branch-name.outputs.SHORT_VERSION }}
# run: |
# git config --global user.name "Bot"
# git config --global user.email "[email protected]"
# ./node_modules/.bin/gh-pages-multi deploy -s docs/js/assets/1.0.0/ -t $BRANCH_NAME -v
- name: Summary
if: github.repository == '3liz/lizmap-web-client' && github.ref == 'refs/heads/master'
run: echo "### Published ! :rocket:" >> $GITHUB_STEP_SUMMARY