Skip to content

Commit

Permalink
Merge pull request #12 from elbeejay/actions-fix
Browse files Browse the repository at this point in the history
Actions fix
  • Loading branch information
elbeejay authored Dec 7, 2023
2 parents 5827d5f + 480e235 commit fade31b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Publish to GitHub Pages

on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 0 1 * *' # run workflow at 12AM on first day of every month

jobs:
build:
Expand Down
Empty file.

0 comments on commit fade31b

Please sign in to comment.