We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13f695 commit ec58c77Copy full SHA for ec58c77
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
14
- name: Inject Drive Link
15
run: |
16
- sed -i 's|{{DRIVE_LINK}}|${{ secrets.DRIVE_LINK }}|g' download/index.html
+ sed -i 's|{{DRIVE_LINK}}|${{ secrets.DRIVE_LINK }}|g' download/download.html
17
18
19
- name: Deploy
.gitignore
@@ -1 +1 @@
1
-downloads/.env
+download/.env
download/.env
0 commit comments