Skip to content

Merge pull request #8 from AlexScigalszky/dependabot/npm_and_yarn/bra… #33

Merge pull request #8 from AlexScigalszky/dependabot/npm_and_yarn/bra…

Merge pull request #8 from AlexScigalszky/dependabot/npm_and_yarn/bra… #33

Workflow file for this run

name: Github Pages Deploy
on:
push:
branches:
- "main"
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.17]
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install and build
working-directory: ./
run: npm install && npm run gh-build && ls && cp dist/threethingstodoinlife_ui/index.html dist/threethingstodoinlife_ui/404.html
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist/threethingstodoinlife_ui # The folder the action should deploy.