Skip to content

Add renovate.json

Add renovate.json #56

name: Build and Deploy
on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/[email protected]
with:
persist-credentials: false
- name: Setup Ruby ✨
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
bundler-cache: true
- name: Install and Build πŸ”§
run: |
bundle exec nanoc compile
bundle exec nanoc check internal_links mixed_content stale
- name: Deploy πŸš€
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: output
CLEAN: true