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.
2 parents aa6e498 + 0b9c7b2 commit 19fbc1eCopy full SHA for 19fbc1e
.github/workflows/build_html.yml
@@ -1,9 +1,6 @@
1
# https://mystmd.org/guide/deployment-github-pages
2
name: MyST GitHub Pages Deploy
3
-on:
4
- push:
5
- # Runs on pushes targeting the default branch
6
- branches: [main]
+on: [push, workflow_dispatch]
7
env:
8
# `BASE_URL` determines the website is served from, including CSS & JS assets
9
# You may need to change this to `BASE_URL: ''`
@@ -47,4 +44,4 @@ jobs:
47
44
path: './docs/_build/html'
48
45
- name: Deploy to GitHub Pages
49
46
id: deployment
50
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments