Merge pull request #5 from davotronic5000/develop

build fix
This commit is contained in:
Dave 2023-05-23 17:19:40 +01:00 committed by GitHub
commit f55c8a62e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
name: Deploy to GitHub Pages name: Deploy to GitHub Pages
on: on:
workflow_dispatch:
push: push:
branches: branches:
- main - main
@ -9,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v2 uses: actions/checkout@v3
- name: Install and Build 🔧 - name: Install and Build 🔧
run: | run: |