Skip to content

Commit

Permalink
closes #917: change deploy action to use node16
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinChang24 committed Sep 4, 2023
1 parent 2aa01ed commit 00cbd18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout dev branch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: dev

- name: Checkout gh-pages branch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: gh-pages
path: gh-pages-repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout main branch
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout gh-pages branch
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: gh-pages
path: gh-pages-repo
Expand Down

0 comments on commit 00cbd18

Please sign in to comment.