Skip to content

refactor: 移除不必要的目录创建操作 #8

refactor: 移除不必要的目录创建操作

refactor: 移除不必要的目录创建操作 #8

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.x'
- name: Generate HTML
run: go run main.go
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build