Skip to content

Commit

Permalink
Merge pull request #15 from deining/bump-action-workflows
Browse files Browse the repository at this point in the history
ci: bump GitHub action workflows to latest versions
  • Loading branch information
tomowang authored Feb 2, 2024
2 parents ccdd987 + 3217e38 commit a3ff9b7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
run: sudo snap install hugo

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: Build with Hugo
env:
Expand All @@ -53,7 +53,7 @@ jobs:
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./exampleSite/public

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

0 comments on commit a3ff9b7

Please sign in to comment.