Skip to content

Commit

Permalink
try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jul 26, 2024
1 parent 0287f59 commit 703a104
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 35 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/website-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,17 @@ jobs:
run: |
./scripts/render-docs-for-components.sh
#- name: "Render Documentation for Terraform Modules"
# env:
# PUBLIC_REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
# run: |
# ./scripts/render-docs-for-modules.sh

#- name: "Render Documentation for GitHub Actions"
# env:
# PUBLIC_REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
# run: |
# ./scripts/render-docs-for-github-actions.sh
- name: "Render Documentation for Terraform Modules"
env:
PUBLIC_REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
run: |
./scripts/render-docs-for-modules.sh
- name: "Render Documentation for GitHub Actions"
env:
PUBLIC_REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
run: |
./scripts/render-docs-for-github-actions.sh
- name: Install Dependencies and Build Website
env:
Expand Down
8 changes: 0 additions & 8 deletions docs/best-practices/_category_.json

This file was deleted.

8 changes: 0 additions & 8 deletions docs/community/_category_.json

This file was deleted.

This file was deleted.

0 comments on commit 703a104

Please sign in to comment.