Skip to content

Commit

Permalink
Update pages.yml to again try and dump the env
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenj authored Nov 8, 2023
1 parent 9b2a32f commit e08a9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v3
- name: Set env
run: |
echo "${{ toJson(env) }}"
env
GIT_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}
if [[ $GIT_BRANCH == "${{ github.event.repository.default_branch }}" ]]; then
DEST_DIR="/"
Expand Down

0 comments on commit e08a9eb

Please sign in to comment.