File tree Expand file tree Collapse file tree 3 files changed +25
-5
lines changed Expand file tree Collapse file tree 3 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 1- name : Build GitHub Pages No Deploy
1+ name : Test Build GitHub Pages
22
33defaults :
44 run :
Original file line number Diff line number Diff line change 1- name : Build and Deploy to GitHub Pages
1+ name : Build and Deploy to GitHub Pages on Release
22
33defaults :
44 run :
55 shell : bash
66 working-directory : ./docs
77
88on :
9- push :
10- branches :
11- - ' master '
9+ # push:
10+ # branches:
11+ # - 'main '
1212 workflow_dispatch :
13+ milestone :
14+ types :
15+ - " closed"
1316
1417
1518jobs :
Original file line number Diff line number Diff line change 1+ # https://help.github.com/en/categories/automating-your-workflow-with-github-actions
2+
3+ name : " Automatic Releases"
4+
5+ on :
6+ milestone :
7+ types :
8+ - " closed"
9+
10+ jobs :
11+ release :
12+ uses : laminas/workflow-automatic-releases/.github/workflows/release-on-milestone-closed.yml@1.x
13+ secrets :
14+ GIT_AUTHOR_EMAIL : ${{ secrets.GIT_AUTHOR_EMAIL }}
15+ GIT_AUTHOR_NAME : ${{ secrets.GIT_AUTHOR_NAME }}
16+ ORGANIZATION_ADMIN_TOKEN : ${{ secrets.ORGANIZATION_ADMIN_TOKEN }}
17+ SIGNING_SECRET_KEY : ${{ secrets.SIGNING_SECRET_KEY }}
You can’t perform that action at this time.
0 commit comments