copy & paste more like copy & baste

Signed-off-by: Alexander J <odyssey346@disroot.org>
This commit is contained in:
Alexander J 2022-02-28 19:30:20 +01:00
parent 7170f9409c
commit 83e4f9cf8c

View File

@ -2,7 +2,7 @@ name: Build and Deploy
on:
push:
branches:
- master
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
@ -12,8 +12,8 @@ jobs:
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
npm install
npm run build
yarn install
yarn run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.4