Update workflow file, push to test if disabling workflow works
This commit is contained in:
@@ -3,9 +3,7 @@ name: Build stite
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['main']
|
branches: ['main']
|
||||||
pull_request:
|
|
||||||
branches: ['main']
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build-static-Astro-site:
|
Build-static-Astro-site:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -33,4 +31,4 @@ jobs:
|
|||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
dist/**
|
dist/
|
||||||
|
|||||||
Reference in New Issue
Block a user