Skip to content

Money #293

Description

CIname: CI
on:
push:
pull_request:
schedule:
- cron: '0 8 * * 6'
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.4
bundler: 2.5.11
- uses: actions/cache@v6
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- run: bundle exec jekyll build
- uses: anishathalye/proof-html@v2
with:
directory: ./_site
enforce_https: false
check_favicon: false
tokens: |
{"https://github.com": "${{ secrets.GITHUB_TOKEN }}"}
ignore_url: |
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository
https://www.gnu.org/software/stow
ignore_url_re: |
^https://twitter.com/
^https://reddit.com/
^https://www.gnu.org/name: CI
on:
push:
pull_request:
schedule:
- cron: '0 8 * * 6'
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.4
bundler: 2.5.11
- uses: actions/cache@v6
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('
/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- run: |
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- run: bundle exec jekyll build
- uses: anishathalye/proof-html@v2
with:
directory: ./_site
enforce_https: false
check_favicon: false
tokens: |
{"https://github.com": "${{ secrets.GITHUB_TOKEN }}"}
ignore_url: |
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository
https://www.gnu.org/software/stow
ignore_url_re: |
^https://twitter.com/
^https://reddit.com/
^https://www.gnu.org/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions