Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarlonJMejia committed Jul 12, 2024
1 parent 1c75142 commit 694c30f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pandoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
run: pandoc resume.md -o index.html

- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: github-pages
name: resume-files
path: |
resume.pdf
resume.docx
Expand All @@ -47,9 +47,9 @@ jobs:
uses: actions/checkout@v2

- name: Download artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: github-pages
name: resume-files
path: ./output

- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 694c30f

Please sign in to comment.