Enable CD
This commit is contained in:
committed by
GitHub
parent
f16738fe60
commit
e417622210
32
.github/workflows/gh-pages.yml
vendored
32
.github/workflows/gh-pages.yml
vendored
@@ -99,21 +99,21 @@ jobs:
|
|||||||
name: production-files
|
name: production-files
|
||||||
path: ./build/web
|
path: ./build/web
|
||||||
|
|
||||||
# deploy:
|
deploy:
|
||||||
# name: Deploy
|
name: Deploy
|
||||||
# needs: build
|
needs: build
|
||||||
# runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
|
|
||||||
# steps:
|
steps:
|
||||||
# - name: Download artifact
|
- name: Download artifact
|
||||||
# uses: actions/download-artifact@v2.1.1
|
uses: actions/download-artifact@v2.1.1
|
||||||
# with:
|
with:
|
||||||
# name: production-files
|
name: production-files
|
||||||
# path: ./build
|
path: ./build
|
||||||
|
|
||||||
# - name: Deploy to gh-pages
|
- name: Deploy to gh-pages
|
||||||
# uses: peaceiris/actions-gh-pages@v3.9.3
|
uses: peaceiris/actions-gh-pages@v3.9.3
|
||||||
# with:
|
with:
|
||||||
# github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# publish_dir: ./build
|
publish_dir: ./build
|
||||||
|
|||||||
Reference in New Issue
Block a user