Skip to content

Commit 19fbc1e

Browse files
author
Murilo Marinho
committed
Merge branch 'main' of github.com:SmartArmStack/SmartArmStack.github.io
2 parents aa6e498 + 0b9c7b2 commit 19fbc1e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build_html.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# https://mystmd.org/guide/deployment-github-pages
22
name: MyST GitHub Pages Deploy
3-
on:
4-
push:
5-
# Runs on pushes targeting the default branch
6-
branches: [main]
3+
on: [push, workflow_dispatch]
74
env:
85
# `BASE_URL` determines the website is served from, including CSS & JS assets
96
# You may need to change this to `BASE_URL: ''`
@@ -47,4 +44,4 @@ jobs:
4744
path: './docs/_build/html'
4845
- name: Deploy to GitHub Pages
4946
id: deployment
50-
uses: actions/deploy-pages@v4
47+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)