Skip to content

Commit

Permalink
feat(apidocs): fix contents path for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandkakonyi committed Oct 9, 2023
1 parent b7e15d2 commit 46d9cda
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/generate-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,10 @@ jobs:

- name: Install CI scripts
run: |
set -x
echo "$GH_TOKEN"
curl -sS -H "Authorization: token ${GH_TOKEN}" -L https://raw.githubusercontent.com/bitmovin-engineering/player-ci/master/install.sh | bash
- name: Upload to CDN
run: node ./ci_scripts/src/uploadToGcs.js reactnative ./docs/generated
run: node ./ci_scripts/src/uploadToGcs.js reactnative ../../docs/generated

- name: Purge CDN cache
run: node ./ci_scripts/src/purgeCloudflarePath.js 'reactnative'

0 comments on commit 46d9cda

Please sign in to comment.