File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11name : Check Markdown links
22
3- on : push
3+ # on: push
4+ on : workflow_dispatch
45
56jobs :
67 markdown-link-check-md :
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: Deploy to GitHub Pages
33on :
44 push :
55 branches :
6- - main # Trigger deployment when changes are pushed to the `main ` branch
6+ - pages # Trigger deployment when changes are pushed to the `pages ` branch
77 pull_request :
88 branches :
9- - main # Trigger deployment when a pull request is merged into the `main ` branch
9+ - pages # Trigger deployment when a pull request is merged into the `pages ` branch
1010
1111permissions :
1212 contents : write # allow token to write to the repository contents
4040
4141 - name : Export the site
4242 run : pnpm export
43-
43+
4444 - name : Upload static files as artifact
4545 id : deployment
4646 uses : actions/upload-pages-artifact@v3
6161 id : deployment
6262 uses : actions/deploy-pages@v4
6363 with :
64- token : ${{ secrets.GITHUB_TOKEN }}
64+ token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments