Skip to content

Commit

Permalink
download artifact so it can be used for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Devon7925 committed Dec 9, 2024
1 parent 23c0d98 commit 7ba3548
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ jobs:
- name: Upload export artifact
uses: actions/upload-artifact@v4
with:
name: site-artifact
path: ./_site/
compression-level: 1

Expand All @@ -142,6 +143,12 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v5

- name: Download a single artifact
uses: actions/download-artifact@v4
with:
name: site-artifact
path: ./_site/

- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand Down

0 comments on commit 7ba3548

Please sign in to comment.