mirror of
https://github.com/p4gefau1t/trojan-go.git
synced 2024-04-21 12:21:34 +00:00
Fix: docs build (#336)
This commit is contained in:
@@ -3,13 +3,13 @@ on:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "docs"
|
||||
- "docs/**"
|
||||
- ".github/workflows/gh-pages.yml"
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "docs"
|
||||
- "docs/**"
|
||||
- ".github/workflows/gh-pages.yml"
|
||||
name: github-pages
|
||||
jobs:
|
||||
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: "0.83.0"
|
||||
hugo-version: "0.83.1"
|
||||
# extended: true
|
||||
|
||||
- name: Build
|
||||
|
||||
@@ -5,7 +5,6 @@ default: hugo
|
||||
clean:
|
||||
rm -rf public/
|
||||
|
||||
|
||||
hugo-build: clean hugo-themes
|
||||
hugo --enableGitInfo --source .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user