Skip to content

Commit 9bd9e1b

Browse files
committed
fix: nome do arquivo
1 parent 2a23530 commit 9bd9e1b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ jobs:
1616

1717
- name: Inject Drive Link
1818
run: |
19-
# Procura o placeholder e substitui pelo link secreto do Drive
20-
# Usamos o find para garantir que ele ache o download.html onde quer que esteja
2119
find . -name "*.html" -exec sed -i 's|{{DRIVE_LINK}}|${{ secrets.DRIVE_LINK }}|g' {} +
2220
2321
- name: Deploy
2422
uses: JamesIves/github-pages-deploy-action@v4
2523
with:
2624
folder: .
27-
branch: gh-pages # O site "processado" vai para cá
25+
branch: gh-pages

0 commit comments

Comments
 (0)