single quotes
This commit is contained in:
parent
271d1943f5
commit
c4eba3a240
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -47,4 +47,4 @@ jobs:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./build
|
publish_dir: ./build
|
||||||
cname: circuitpython.org
|
cname: circuitpython.org
|
||||||
if: github.event_name != "pull_request"
|
if: github.event_name != 'pull_request'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue