Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jegtnes committed Mar 1, 2024
1 parent a716251 commit ccb2f7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
run: echo "DATETIME=$(date -u +"%Y%m%d-%H%M%SZ")" >> $GITHUB_ENV
- name: Set deploy folder env var
run: echo "TMP_FOLDER=/tmp/${{github.event.repository.name}}-${{env.DATETIME}}" >> $GITHUB_ENV
- name: Echo Node version
run: node -v
- name: Build 11ty site
uses: TartanLlama/actions-eleventy@master
with:
Expand Down

0 comments on commit ccb2f7b

Please sign in to comment.