mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
CI: Update ci again
This commit is contained in:
parent
f06b31d74c
commit
76357dfe8c
4
.github/workflows/generate_docs.yml
vendored
4
.github/workflows/generate_docs.yml
vendored
@ -13,8 +13,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.ref == 'refs/heads/master' }}
|
||||
env:
|
||||
CHECKOUT_REF: github.ref
|
||||
GH_TOKEN: github.token
|
||||
CHECKOUT_REF: ${{ github.ref }}
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
steps:
|
||||
- name: 'Checkout'
|
||||
uses: actions/checkout@v2
|
||||
|
Loading…
Reference in New Issue
Block a user