Skip to content

Commit

Permalink
Merge branch 'FriendsOfREDAXO:main' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
akrys authored Nov 27, 2023
2 parents b6950a8 + 90e9cf8 commit 469ec46
Show file tree
Hide file tree
Showing 228 changed files with 31,312 additions and 14,047 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# configuration options for dependency updates
# https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
22 changes: 22 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# https://github.com/actions/starter-workflows/blob/main/pages/jekyll-gh-pages.yml
name: Test build within pull requests

on: pull_request

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./
destination: ./_site
Loading

0 comments on commit 469ec46

Please sign in to comment.