Skip to content

Commit

Permalink
wiki: Regen github pages workflow yaml
Browse files Browse the repository at this point in the history
Includes the following change:
- actions/starter-workflows@9ca802a

Change-Id: I54c39a6638071aa9b063aabe2e0a4708d40fb121
  • Loading branch information
zepingouin committed Jan 31, 2025
1 parent c7029c7 commit 15ccd61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
JEKYLL_ENV: production
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3

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

0 comments on commit 15ccd61

Please sign in to comment.