Skip to content

Commit

Permalink
Try to turn on auto-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
A1Liu authored Aug 31, 2023
1 parent a437f33 commit 066147c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Build Static Pages

on:
workflow_dispatch:
push:
branches: main

jobs:
deployment:
Expand All @@ -26,7 +27,7 @@ jobs:
uses: goto-bus-stop/setup-zig@v1
with:
# version: 0.9.1
version: 0.10.0-dev.2751+08459ff1c
version: 0.10.1

- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 066147c

Please sign in to comment.