Skip to content

Commit

Permalink
Merge pull request #4 from ryanlovett/actions-versions
Browse files Browse the repository at this point in the history
Update upload-pages-artifact to v4.
  • Loading branch information
ryanlovett authored Oct 7, 2024
2 parents 1401c7d + 23904c3 commit 19f5518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
uses: actions/configure-pages@v3
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
- name: Install MyST Markdown
run: npm install -g mystmd
- name: Build HTML Assets
run: myst build --html
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v4
with:
path: './_build/html'
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 19f5518

Please sign in to comment.