Skip to content

Merge pull request #467 from beatrizsmerino/dependabot/npm_and_yarn/m… #382

Merge pull request #467 from beatrizsmerino/dependabot/npm_and_yarn/m…

Merge pull request #467 from beatrizsmerino/dependabot/npm_and_yarn/m… #382

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@v3
with:
node-version: 14.x
- name: Checkout branch
uses: actions/checkout@v3
- name: Clean install dependencies
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