Skip to content

Commit

Permalink
chore(action): use runner-provided chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
colinrymer committed Jan 9, 2023
1 parent 91f724f commit 2febf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ runs:
- name: Build and publish docs site
shell: bash
run: |
techdocs-cli generate --no-docker --verbose --source-dir ${{ inputs.source-dir }}
PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium techdocs-cli generate --no-docker --verbose --source-dir ${{ inputs.source-dir }}
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit 2febf5a

Please sign in to comment.