Skip to content

Commit

Permalink
echo ref
Browse files Browse the repository at this point in the history
  • Loading branch information
lchoy committed Sep 2, 2023
1 parent 274c046 commit a458186
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
! grep -n '<ERROR' -r _site
bundle exec htmlproofer --alt-ignore '/.*/' --check-html --disable-external --assume-extension ./_site
- name: check ref
run: |
echo ${{github.ref}}
- name: Configure AWS Credentials
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/lchoy/website-migration' }}
uses: aws-actions/configure-aws-credentials@v2
Expand Down

0 comments on commit a458186

Please sign in to comment.