Skip to content

Commit

Permalink
Add GitHub Actions workflow for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
sinohavn committed Nov 4, 2024
1 parent 3cbb18c commit 04b67f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# @Author: Jie Chi
# @Date: 2024-11-05 00:19:58
# @Last Modified by: Jie Chi
# @Last Modified time: 2024-11-05 00:39:25
# @Last Modified time: 2024-11-05 00:58:48
name: Deploy Hugo Website to Pages

on:
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
--buildDrafts --gc \
--baseURL ${{ steps.pages.outputs.base_url }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./public
# Deployment job
Expand Down

0 comments on commit 04b67f1

Please sign in to comment.