Skip to content

Commit 3d3f93f

Browse files
committed
fix: update CI
1 parent 5485cd8 commit 3d3f93f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/deploy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# This file was created automatically with `myst init --gh-pages` 🪄 💚
2+
# Ensure your GitHub Pages settings for this repository are set to deploy with **GitHub Actions**.
23

34
name: MyST GitHub Pages Deploy
45
on:
@@ -38,9 +39,9 @@ jobs:
3839
- name: Build HTML Assets
3940
run: myst build --html
4041
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v1
42+
uses: actions/upload-pages-artifact@v3
4243
with:
4344
path: './_build/html'
4445
- name: Deploy to GitHub Pages
4546
id: deployment
46-
uses: actions/deploy-pages@v2
47+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)