Skip to content

Update with the latest colorschemes #86

Update with the latest colorschemes

Update with the latest colorschemes #86

Workflow file for this run

name: Update with the latest colorschemes
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * 0" # https://crontab.guru/every-week
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Fetch the repository code
uses: actions/checkout@v3
- name: Setup Vim and Ruby
run: sudo apt install -y ruby vim
- name: Build
run: bash build.sh
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.BOT_ACCESS_TOKEN }}
publish_dir: ./out