Skip to content

Commit f7fd00e

Browse files
committed
Run pre-commit on workflow
1 parent 27ce908 commit f7fd00e

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/deploy.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
2020
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
2121
concurrency:
22-
group: 'pages'
22+
group: pages
2323
cancel-in-progress: false
2424
jobs:
2525
deploy:
@@ -28,20 +28,20 @@ jobs:
2828
url: ${{ steps.deployment.outputs.page_url }}
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v4
32-
- name: Setup Pages
33-
uses: actions/configure-pages@v3
34-
- uses: actions/setup-node@v4
35-
with:
36-
node-version: 18.x
37-
- name: Install MyST Markdown
38-
run: npm install -g mystmd
39-
- name: Build HTML Assets
40-
run: myst build --html
41-
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v3
43-
with:
44-
path: './_build/html'
45-
- name: Deploy to GitHub Pages
46-
id: deployment
47-
uses: actions/deploy-pages@v4
31+
- uses: actions/checkout@v4
32+
- name: Setup Pages
33+
uses: actions/configure-pages@v3
34+
- uses: actions/setup-node@v4
35+
with:
36+
node-version: 18.x
37+
- name: Install MyST Markdown
38+
run: npm install -g mystmd
39+
- name: Build HTML Assets
40+
run: myst build --html
41+
- name: Upload artifact
42+
uses: actions/upload-pages-artifact@v3
43+
with:
44+
path: ./_build/html
45+
- name: Deploy to GitHub Pages
46+
id: deployment
47+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)