Skip to content

Delete .github/workflows/wh-deploy.yml #4

Delete .github/workflows/wh-deploy.yml

Delete .github/workflows/wh-deploy.yml #4

Workflow file for this run

name: gh:deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: ruby/setup-ruby@v1
- name: install
run: bundle
- name: test
run: bundle exec rake test
- name: prod build
run: bundle exec rake reset && bundle exec rake build
- name: deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site