Skip to content

Commit

Permalink
correct yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
emrergin committed Dec 30, 2023
1 parent 0019cfd commit 8b3fa14
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Generate date and write to file
run: |
echo "const buildDate = '`date +%Y%m%d%H%M`'; export default buildDate;" > buildDate.ts
run: echo "const buildDate = '`date +%Y%m%d%H%M`'; export default buildDate;" > buildDate.ts
- name: Build
run: npm run build
- name: Prepare files
Expand Down

0 comments on commit 8b3fa14

Please sign in to comment.