Skip to content

Commit

Permalink
changing driver path
Browse files Browse the repository at this point in the history
  • Loading branch information
ericbuckley committed Feb 13, 2025
1 parent e982093 commit 40d9f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_a11y_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# install ChromeDriver
npx browser-driver-manager install chrome
# copy chromedriver path to ENV variable
echo "CHROMEDRIVER-PATH=${{ steps.setup-chrome.outputs.chromedriver-path }}" >> $GITHUB_ENV
echo "CHROMEDRIVER-PATH=$CHROMEDRIVER_TEST_PATH" >> $GITHUB_ENV
- name: Build public documentation
run: |
Expand Down

0 comments on commit 40d9f3d

Please sign in to comment.