Skip to content

Commit

Permalink
Merge pull request #95 from katzenpost/new_version_docsy_hugo
Browse files Browse the repository at this point in the history
wip
  • Loading branch information
david415 authored Dec 7, 2024
2 parents 190c0d5 + edd68b9 commit 3f829ce
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 @@ -44,10 +44,6 @@ jobs:
- name: Install PostCSS
run: npm install -g autoprefixer postcss postcss-cli

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

- name: Build with Hugo
env:
HUGO_ENVIRONMENT: production
Expand All @@ -57,8 +53,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 @@ -71,4 +71,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 3f829ce

Please sign in to comment.