Skip to content
Snippets Groups Projects
Commit e6ac1d6a authored by Alexander Repeta's avatar Alexander Repeta
Browse files

fix build script in workflow

parent cdee2320
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ name: Build and deploy to GitHub Pages
on:
push:
branches: [ main ]
branches: [main]
jobs:
build-and-deploy:
......@@ -11,10 +11,10 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v2.3.1
- name: Install and Build 🔧
- name: Install and Build 🔧
run: |
npm install
npm run dist
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.1.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment