Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
semanticdata authored Feb 23, 2024
1 parent 295910c commit 6d1d66c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload artifact
uses: semanticdata/upload-pages-artifact@v0.1.0
uses: actions/upload-pages-artifact@v3
with:
path: ./public

Expand All @@ -47,4 +47,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: semanticdata/deploy-pages@v0.1.0
uses: actions/deploy-pages@v4
6 changes: 3 additions & 3 deletions .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Zola only Build
name: Zola - Build only

on:
# push:
Expand Down Expand Up @@ -26,12 +26,12 @@ jobs:
# if: github.ref != 'refs/heads/main'
steps:
- name: Checkout main
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Zola
uses: taiki-e/install-action@zola
- name: Build Zola
run: zola check
env:
BUILD_ONLY: true
BUILD_FLAGS: --drafts
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Welcome to [this-repo] Contributing Guide
# Welcome to Zola Minimal's Contributing Guide

Read our [Code of Conduct](CODE_OF_CONDUCT) to keep our community approachable and respectable.

Expand Down

0 comments on commit 6d1d66c

Please sign in to comment.