1
0
Fork 0
mirror of https://github.com/bra1n/townsquare.git synced 2025-04-04 22:24:36 +00:00

Merge pull request 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
on:
workflow_dispatch:
push:
branches:
- main
@ -9,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install and Build 🔧
run: |