Skip to content

Commit

Permalink
ci(deploy-test.yml): add env
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanWonghere committed Jul 20, 2024
1 parent cdcd222 commit 8856446
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: mkdocs build

- name: Check Deployment
env:
GH_TOKEN: ${{ github.token }}
run: |
if [ -d "site" ]; then
echo "Deploy would have succeeded!"
Expand Down

0 comments on commit 8856446

Please sign in to comment.