Skip to content

Commit

Permalink
chore: bump gh-pages steps to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sneas committed Oct 28, 2023
1 parent c8394d9 commit e60fbbb
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/gh-pages.yml
Expand Up @@ -7,16 +7,16 @@ permissions:
contents: write
jobs:
build-and-deploy:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: npm install
- run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
folder: dist
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '18.x'
- run: npm install
- run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
folder: dist

0 comments on commit e60fbbb

Please sign in to comment.