Skip to content

Commit ec58c77

Browse files
committed
fix: ajuste no nome do arquivo no deploy.yml
1 parent e13f695 commit ec58c77

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Inject Drive Link
1515
run: |
16-
sed -i 's|{{DRIVE_LINK}}|${{ secrets.DRIVE_LINK }}|g' download/index.html
16+
sed -i 's|{{DRIVE_LINK}}|${{ secrets.DRIVE_LINK }}|g' download/download.html
1717
1818
1919
- name: Deploy

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
downloads/.env
1+
download/.env

download/.env

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)