Skip to content

Merge pull request #7 from AlexScigalszky/dependabot/npm_and_yarn/ip-… #28

Merge pull request #7 from AlexScigalszky/dependabot/npm_and_yarn/ip-…

Merge pull request #7 from AlexScigalszky/dependabot/npm_and_yarn/ip-… #28

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/github-pages-deploy-action@4.1.1
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist/threethingstodoinlife_ui # The folder the action should deploy.