Skip to content

Commit

Permalink
fix(ci): bump actions on gh page workflow
Browse files Browse the repository at this point in the history
Old ones are deprecated
  • Loading branch information
gsanchietti committed Jan 30, 2025
1 parent c51e3a0 commit 7e1a5eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
source: ./docs
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3

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

0 comments on commit 7e1a5eb

Please sign in to comment.