Skip to content

Commit

Permalink
Merge pull request #8 from ryanlovett/artifact-name
Browse files Browse the repository at this point in the history
Explicitly name the artifact.
  • Loading branch information
ryanlovett authored Oct 7, 2024
2 parents b1ee6f6 + cadc007 commit 555ce70
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,16 @@ jobs:
- name: Build HTML Assets
run: myst build --html

# Verify the _build/html directory exists
- name: Verify build output
run: ls -la _build/html

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './_build/html'
artifact_name: 'github-pages'

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
with:
artifact_name: 'github-pages'
env:
ACTIONS_STEP_DEBUG: true

0 comments on commit 555ce70

Please sign in to comment.