Skip to content

Commit

Permalink
cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
edotau committed Jan 18, 2024
1 parent bdf0645 commit 9e6956b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 43 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/gh-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ${{ github.workspace }}/.next/cache
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}
- name: Install and Build
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
node-version: 20
- run: yarn install
- run: yarn build
env:
CI: true
- run: touch .nojekyll
- name: Deploy 🚀
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
38 changes: 0 additions & 38 deletions gh-pages.yaml

This file was deleted.

0 comments on commit 9e6956b

Please sign in to comment.