Skip to content

Fix typo

Fix typo #77

Workflow file for this run

name: CI
on:
push:
branches: [main]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
persist-credentials: false
submodules: "recursive"
- name: Install Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: "0.101.0"
- name: Build
run: |
hugo
- name: Deploy
if: github.ref == 'refs/heads/main'
uses: JamesIves/[email protected]
with:
branch: master
folder: public
clean: true
token: ${{ secrets.GH_TOKEN }}
git-config-email: [email protected]
repository-name: SKKU-SWForum/skku-swforum.github.io
commit-message: "Update"
# single-commit: true