Update ci.yml

This commit is contained in:
MoyuScript 2020-08-02 14:39:09 +08:00
parent 6ac40e6737
commit 27fc013596

View File

@ -275,7 +275,7 @@ jobs:
publish-docs:
runs-on: ubuntu-latest
name: Publish Docs
if: ${{ github.ref == 'master' }}
if: ${{ github.ref == 'refs/heads/master' }}
needs: docs
steps:
- uses: actions/checkout@v2