Skip to content

Merge pull request #232 from hildamari/dependabot/npm_and_yarn/vue-3.… #178

Merge pull request #232 from hildamari/dependabot/npm_and_yarn/vue-3.…

Merge pull request #232 from hildamari/dependabot/npm_and_yarn/vue-3.… #178

Workflow file for this run

name: Github Pages
on:
push:
branches:
- dev # default branch
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false
- name: Build
run: |
npm install
npm run-script build
- name: Build and Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: main
FOLDER: dist