Skip to content

Commit

Permalink
Update upload-pages-artifact in build and publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsmania committed Nov 10, 2023
1 parent 60f6b76 commit 0ee7286
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
# parallel
jobs:

# Job to build the LateX files
# Job for building the LateX files
build:

# The type of runner that the job will run on
Expand All @@ -37,13 +37,15 @@ jobs:
with:
root_file: curriculum_vitae.tex

# Build the Github page
- name: Build Github page
# Prepare the Github Pages content
- name: Prepare Github page
run: mv curriculum_vitae.pdf website/Diego_Smania_CV_English.pdf

# TODO: Check what this actions does
- name: Upload GitHub Pages artifact
uses: actions/[email protected]
# Package and upload an artifact for deployment into Github Pages.
- name: Upload Github Pages artifact
uses: actions/upload-pages-artifact@v2
with:
path: website

# Deploy to Github pages
deploy:
Expand Down

0 comments on commit 0ee7286

Please sign in to comment.