Skip to content

Commit

Permalink
Update build-the-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
6a6d authored Feb 7, 2024
1 parent 7815a4f commit 4ed74ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-the-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
env:
CLOUDDOCS_PASSWD: ${{ secrets.CLOUDDOCS_PASSWD }}
BUILD_ALL: ""
SKIP_BUILDLABS: ${{ env.SKIP_BUILDLABS }}
BUILD_LIST: ${{ env.BUILD_LIST }}
SKIP_BUILDLABS: ${{ vars.SKIP_BUILDLABS }}
BUILD_LIST: ${{ vars.BUILD_LIST }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DIST_ID: ${{ secrets.AWS_DIST_ID }}
Expand Down

0 comments on commit 4ed74ab

Please sign in to comment.