Skip to content

build(deps): update ansible requirement from <6.5.0 to <6.6.0 #78

build(deps): update ansible requirement from <6.5.0 to <6.6.0

build(deps): update ansible requirement from <6.5.0 to <6.6.0 #78

Workflow file for this run

name: Deploy via Jekyll on GitHub pages
on:
push:
branches:
- master
schedule:
- cron: '0 0 * * *'
jobs:
jekyll:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Use GitHub Actions' cache to shorten build times and decrease load on servers
- uses: actions/[email protected]
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
- uses: iranzo/[email protected]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SOURCE_FOLDER: website