Skip to content

small fix in schedule #40

small fix in schedule

small fix in schedule #40

Workflow file for this run

name: Deploy to github pages
on:
push:
branches:
- dev
jobs:
gh-pages-deploy:
name: Deploying to gh-pages
runs-on: ubuntu-latest
steps:
- name: Setup Node.js for use with actions
uses: actions/setup-node@v4
- name: Checkout branch
uses: actions/checkout@v4
- name: Clean install dependencies
run: yarn install --frozen-lockfile
- name: Run deploy script
run: |
git config user.name "EdoardoRiggio" && git config user.email "[email protected]"
sh ./scripts/deploy.sh