Skip to content

Commit

Permalink
Merge pull request #4 from Tompage1994/fix/auto-generate-workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
djdanielsson authored Apr 8, 2024
2 parents efe46af + fb6741c commit f6b387d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled
on:
# Runs on pushes targeting the default branch
schedule:
- cron: "1 * * * 1"
- cron: "0 1 * * 1"
push:
branches: ["devel"]

Expand Down Expand Up @@ -59,6 +59,8 @@ jobs:
- uses: stefanzweifel/git-auto-commit-action@v5
with:
branch: docs
push_options: '--force'
skip_checkout: true

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
_site/
.bundle
vendor
Gemfile.lock
Gemfile.lock
.vscode
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: "AAP Configuration as Code Docs"
url: "https://djdanielsson.github.io/aap_config_as_code_docs/"
url: "https://redhat-cop.github.io/aap_config_as_code_docs/"
avatar: https://raw.githubusercontent.com/barryclark/jekyll-now/master/images/jekyll-logo.png
# theme: just-the-docs
remote_theme: just-the-docs/just-the-docs
Expand Down

0 comments on commit f6b387d

Please sign in to comment.