Skip to content

Commit

Permalink
ci: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
knonm authored Feb 5, 2024
1 parent 86366ed commit bcf9d0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,16 @@ jobs:
uses: dawidd6/action-download-artifact@v3
with:
name: resume-knonm-dev-pt
github-token: ${{ secrets.GH_PAT_RESUME }}
repository: knonm/resume
github_token: ${{ secrets.GH_PAT_RESUME }}
repo: knonm/resume
path: ./public/resume/pt
- name: Download a single artifact (en resume)
id: fetch-en-resume
uses: dawidd6/action-download-artifact@v3
with:
name: resume-knonm-dev-en
github-token: ${{ secrets.GH_PAT_RESUME }}
repository: knonm/resume
github_token: ${{ secrets.GH_PAT_RESUME }}
repo: knonm/resume
path: ./public/resume/en
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit bcf9d0b

Please sign in to comment.