This commit is contained in:
parent
ed6ee5ec64
commit
b587beb806
1 changed files with 2 additions and 6 deletions
|
@ -31,12 +31,8 @@ jobs:
|
||||||
.ci/ci_build.sh # Note that this includes pushing to the build mirror
|
.ci/ci_build.sh # Note that this includes pushing to the build mirror
|
||||||
env:
|
env:
|
||||||
REF_NAME: ${{ github.ref_name }}
|
REF_NAME: ${{ github.ref_name }}
|
||||||
deploy-pages:
|
- name: deploy pages
|
||||||
runs-on: ubuntu-latest
|
if: github.ref == 'refs/heads/master'
|
||||||
needs: build
|
|
||||||
if: github.ref == 'refs/heads/master'
|
|
||||||
steps:
|
|
||||||
- name: Deploy to pages
|
|
||||||
uses: actions/pages@v1
|
uses: actions/pages@v1
|
||||||
with:
|
with:
|
||||||
directory: build/
|
directory: build/
|
||||||
|
|
Loading…
Reference in a new issue