Skip to content

Commit

Permalink
Merge pull request #12 from LoicGrobol/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/deploy-pages-4

Bump actions/deploy-pages from 2 to 4
  • Loading branch information
LoicGrobol authored Mar 5, 2024
2 parents 506b4c1 + 3f1f24a commit 2b6d2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: bundle exec jekyll build --baseurl ${{ steps.pages.outputs.base_path }} # defaults output to '/_site'

- name: Upload artifact
uses: actions/upload-pages-artifact@v2 # This will automatically upload an artifact from the '/_site' directory
uses: actions/upload-pages-artifact@v3 # This will automatically upload an artifact from the '/_site' directory

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

0 comments on commit 2b6d2d1

Please sign in to comment.