Skip to content

Commit

Permalink
Fix action to Next
Browse files Browse the repository at this point in the history
  • Loading branch information
mttaggart committed Oct 22, 2024
1 parent dc7ed63 commit aac52ef
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Zola Build
name: Next Build

on:
push:
Expand All @@ -16,16 +16,16 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Update Rust
run: rustup update stable
- name: Install Zola
run: cargo install --git https://github.com/getzola/zola
- name: Build with Zola
run: zola build
run: npm i
- name: Build
run: npm run build
- name: Export
run: npm run export
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v1
with:
path: public
path: out

deploy:
permissions:
Expand Down

0 comments on commit aac52ef

Please sign in to comment.