Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/syui/hugo-theme-air.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyui <syui@syui.cf>2019-12-06 21:32:53 +0300
committersyui <syui@syui.cf>2019-12-06 21:35:11 +0300
commit687ac6ea5a6094742e1a4523be6cae38c3ea5c74 (patch)
tree038561f23a324f06ff0dd07a92504627a5ab43cb
parent911bc360d2598b64615a583514ecc1b8e81236fa (diff)
fix gh-actions
-rw-r--r--.github/workflows/gh-pages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index d58d57e..3faa88c 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -3,7 +3,7 @@ name: github pages
on:
push:
branches:
- - src
+ - master
jobs:
build-deploy: