Skip to content

Commit

Permalink
Remove scheduled run of documentation on release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Jun 17, 2023
1 parent b9e74ea commit 7d93fee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-latest-minor-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@
# Description
# Use Hugo to build static site and publish to gh-pages
#
name: "PublishGitHubPages"
name: "PublishLatestMinorGitHubPages"

on:
push:
branches:
- release/4.0
paths:
- 'documentation/**'
schedule:
- cron: '15 3 * * *'

defaults:
run:
Expand Down

0 comments on commit 7d93fee

Please sign in to comment.