Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Friendly0Fire authored May 4, 2024
1 parent ce46648 commit 63b7885
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build and Deploy
on:
push:
schedule:
- cron: '0 * * * *'
#schedule:
# - cron: '0 * * * *'

jobs:
build-and-deploy:
Expand All @@ -20,4 +20,4 @@ jobs:
uses: JamesIves/[email protected]
with:
branch: out # The branch the action should deploy to.
folder: .build # The folder the action should deploy.
folder: .build # The folder the action should deploy.

0 comments on commit 63b7885

Please sign in to comment.