Skip to content

Commit

Permalink
Fix build website action (#714)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Oct 24, 2024
1 parent c982d57 commit 90055fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/build-website/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ runs:

- name: "Render Documentation for Terraform Components"
shell: bash
env:
PUBLIC_REPO_ACCESS_TOKEN: ${{ inputs.repo_access_token }}
run: |
./scripts/render-docs-for-components.sh
Expand Down

0 comments on commit 90055fd

Please sign in to comment.