Skip to content

Commit

Permalink
Update build_and_publish.yml (#1)
Browse files Browse the repository at this point in the history
* Update build_and_publish.yml

Update some github actions on the **build and publish** workflow.

* Update build_and_publish.yml

Update checkout action
  • Loading branch information
dfsmania authored Feb 19, 2024
1 parent 8fe9d87 commit a6e9a1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can
# access it
- name: Checkout Source Code
uses: actions/checkout@v3
uses: actions/checkout@v4

# Build the LaTeX document to create a PDF file
- name: Build LaTeX Document
Expand All @@ -44,7 +44,7 @@ jobs:
# persist data after a job has completed, and share that data with
# another job in the same workflow
- name: Upload Github Pages Artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: website

Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
# Deploy artifact (github-pages artifact by default) to Github Pages
- name: Deploy Artifact to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit a6e9a1e

Please sign in to comment.