We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a23530 commit 9bd9e1bCopy full SHA for 9bd9e1b
.github/workflows/deploy.yml
@@ -16,12 +16,10 @@ jobs:
16
17
- name: Inject Drive Link
18
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
21
find . -name "*.html" -exec sed -i 's|{{DRIVE_LINK}}|${{ secrets.DRIVE_LINK }}|g' {} +
22
23
- name: Deploy
24
uses: JamesIves/github-pages-deploy-action@v4
25
with:
26
folder: .
27
- branch: gh-pages # O site "processado" vai para cá
+ branch: gh-pages
download/download.html download/index.htmldownload/download.html renamed to download/index.html
0 commit comments