Skip to content

Commit

Permalink
Update versions in GitHub hosting example
Browse files Browse the repository at this point in the history
  • Loading branch information
etzngr authored Mar 16, 2024
1 parent 70653e4 commit e1fa18b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/hosting-and-deployment/hosting-on-github/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.123.7
HUGO_VERSION: 0.123.8
steps:
- name: Install Hugo CLI
run: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./public

Expand All @@ -140,7 +140,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4
{{< /code >}}

Step 7
Expand Down

0 comments on commit e1fa18b

Please sign in to comment.