Skip to content

Commit

Permalink
Automatic commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Nov 4, 2022
1 parent 3a1ac96 commit 20e31a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name: github-pages

on:
schedule:
# - cron: "00 16 * * *"
# schedule:
# - cron: "00 16 * * *"
# Runs on pushes targeting the default branch
# push:
# branches: ["main"]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/updatepdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: Build LaTeX document
on:
schedule:
- cron: "03 16 * * *"
tags:
- "v*.*.*"
push:
branches: ["main"]
tags:
- "v*.*.*"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 20e31a1

Please sign in to comment.