Skip to content

Update special-interest.md #74

Update special-interest.md

Update special-interest.md #74

Workflow file for this run

name: build
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Build
uses: TartanLlama/[email protected]
with:
install_dependencies: true
- name: Deploy
uses: peaceiris/[email protected]
if: github.ref == 'refs/heads/main'
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: _site
publish_branch: gh-pages