Skip to content

Commit

Permalink
try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrelam committed Jun 24, 2023
1 parent f586c23 commit 04cac6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main # Change this to your main branch name
- main

jobs:
deploy:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Checkout repo
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v2
- name: Setup Node
uses: actions/setup-node@v3

- name: Install dependencies
run: npm ci --legacy-peer-deps
Expand Down

0 comments on commit 04cac6c

Please sign in to comment.