Skip to content

Commit

Permalink
Test github pages deployment #3
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed May 14, 2024
1 parent dbe6d85 commit d3eb508
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4

- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 18
cache: npm

- name: Install dependencies
run: npm ci
Expand All @@ -45,10 +48,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: npm

- name: Configure AWS credentials
Expand Down

0 comments on commit d3eb508

Please sign in to comment.