Skip to content

Commit

Permalink
Update canaryapp.yml fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
子平六 committed Oct 28, 2023
1 parent 8b0896b commit 436edcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canaryapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: npm run build:canary
- name: Read Build Timestamped Env from .env FILE generated
run: |
cat .env | grep "DATEMODIFIED_CODE_DEPLOYMENT" | cut -d '=' -f2 > ${{ env.DATEMODIFIED_CODE_DEPLOYMENT }}
cat .env | grep "DATEMODIFIED_CODE_DEPLOYMENT" | cut -d '=' -f2 > "${{ env.DATEMODIFIED_CODE_DEPLOYMENT }}"
- name: deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand All @@ -46,4 +46,4 @@ jobs:
message: |
{
"DATEMODIFIED_CODE_DEPLOYED" : "${{ env.DATEMODIFIED_CODE_DEPLOYMENT }}"
}
}

0 comments on commit 436edcb

Please sign in to comment.