Skip to content

Rename README.en-US to README.en-US.md #15

Rename README.en-US to README.en-US.md

Rename README.en-US to README.en-US.md #15

Workflow file for this run

name: Github Pages Deploy
on:
push:
branches:
- "master"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install and build
#working-directory: ./
run: npm install && npm run gh-build && cp dist/house-school-house/index.html dist/house-school-house/404.html
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages # The branch the action should deploy to.
folder: dist/house-school-house # The folder the action should deploy.