Skip to content

Commit

Permalink
Upgrade checkout and deploy Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinliu6 committed Jan 20, 2024
1 parent 1fe53c9 commit cd39121
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deploy-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
container: "docker://asciidoctor/docker-asciidoctor:latest"
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build site using Asciidoctor
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
container: "docker://asciidoctor/docker-asciidoctor:latest"
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Build site using Asciidoctor
run: |
Expand All @@ -56,7 +56,7 @@ jobs:
apk add rsync
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.8
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: build
Expand Down

0 comments on commit cd39121

Please sign in to comment.