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
|
||||
env:
|
||||
REF_NAME: ${{ github.ref_name }}
|
||||
deploy-pages:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
if: github.ref == 'refs/heads/master'
|
||||
steps:
|
||||
- name: Deploy to pages
|
||||
- name: deploy pages
|
||||
if: github.ref == 'refs/heads/master'
|
||||
uses: actions/pages@v1
|
||||
with:
|
||||
directory: build/
|
||||
|
|
Loading…
Reference in a new issue