Skip to content

Merge pull request #375 from beatrizsmerino/dependabot/npm_and_yarn/v… #544

Merge pull request #375 from beatrizsmerino/dependabot/npm_and_yarn/v…

Merge pull request #375 from beatrizsmerino/dependabot/npm_and_yarn/v… #544

name: Deploy to github pages
on:
push:
branches: [ master ]
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
with:
node-version: 20.x
- name: Checkout branch
uses: actions/checkout@v4
- name: Clean install dependencies (install:clean)
run: npm install
- name: Run deploy script
run: |
git config user.name "Beatriz Sopeña Merino" && git config user.email "beatrizsmerino@gmail.com"
npm run deploy