Skip to content

Commit

Permalink
enhance: update upload-pages-artifact to v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
RalphHightower committed Jul 12, 2023
1 parent 37e9c6b commit d6e6366
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
with:
source: ./
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1.0.8
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v1.0.9

# Deployment job
deploy:
Expand All @@ -47,4 +47,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2.0.1
uses: actions/deploy-pages@v2.0.1

0 comments on commit d6e6366

Please sign in to comment.