Skip to content

Commit

Permalink
Trying to fix Github Pages publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmwright committed May 9, 2024
1 parent 5561cf1 commit 3eea325
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
# Download artifact from other workflow
- name: Download artifact
uses: dawidd6/action-download-artifact@v2
with:
workflow: build.yml
path: "github-pages"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 3eea325

Please sign in to comment.