gh-pages: fix build

This commit is contained in:
Haowei Wen 2020-09-10 01:43:49 +08:00
parent 80bb7a049c
commit 9d4915cb57
No known key found for this signature in database
GPG Key ID: 5BC167F73EA558E4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ jobs:
-e 's#\{\{build_commit\}\}#'$build_commit'#g' \ -e 's#\{\{build_commit\}\}#'$build_commit'#g' \
-e 's#\{\{build_time\}\}#'$build_time'#g' \ -e 's#\{\{build_time\}\}#'$build_time'#g' \
-e 's#<!--%%deploy_only%%(.*)-->#\1#g' \ -e 's#<!--%%deploy_only%%(.*)-->#\1#g' \
-i public/index.html -i public/*.html
- uses: crazy-max/ghaction-github-pages@v2 - uses: crazy-max/ghaction-github-pages@v2
with: with:
target_branch: gh-pages target_branch: gh-pages