Skip to content

Commit

Permalink
Update canaryapp.yml fix bash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
子平六 committed Oct 28, 2023
1 parent 300fa00 commit beb71a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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: |
$DATEMODIFIED_CODE_DEPLOYMENT=$(cat .env | grep "DATEMODIFIED_CODE_DEPLOYMENT" | cut -d '=' -f2)
DATEMODIFIED_CODE_DEPLOYMENT=$(cat .env | grep "DATEMODIFIED_CODE_DEPLOYMENT" | cut -d '=' -f2)
- name: deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit beb71a3

Please sign in to comment.