Skip to content

Commit

Permalink
Build website
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Aug 1, 2024
1 parent 76521b2 commit b2dc975
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/create_website.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: create website
# Create the website
name: Create website

# Check spelling on the 2nd day of the month.
# 2nd as the first letter of this repo is the 2nd letter in the alphabet.
on:
push:
branches:
- main
pull_request:
schedule:
- cron: "0 0 2 * *"

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b2dc975

Please sign in to comment.