mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-23 14:46:26 +00:00
fixed GH_DEPLOY_TOKEN missing from docs deploy script
This commit is contained in:
parent
3dfba1fab7
commit
28a8f9f0c9
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
@ -17,3 +17,5 @@ jobs:
|
||||
node-version: 14.15.0
|
||||
- name: Build & Deploy Documentation
|
||||
run: ./SpotifyAPI.Docs/docs.sh
|
||||
env:
|
||||
GH_DEPLOY_TOKEN: ${{ secrets.GH_DEPLOY_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user