Skip to content

Commit

Permalink
try to fixup github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
david415 committed Dec 7, 2024
1 parent cb1c7d6 commit 47530af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ jobs:
node -v
npm -v

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

- name: Build with Hugo
env:
HUGO_ENVIRONMENT: production
Expand All @@ -65,8 +61,12 @@ jobs:
--gc \
--baseURL "https://katzenpost.network/"
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: ./public

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

0 comments on commit 47530af

Please sign in to comment.