Skip to content

Add amethyst farm post #119

Add amethyst farm post

Add amethyst farm post #119

Workflow file for this run

name: GitHub Pages
on:
push:
branches:
- master # Set a branch name to trigger deployment
pull_request:
jobs:
deploy:
runs-on: ubuntu-22.04
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: LXML
run: python3 -m pip install lxml
- name: apt
run: sudo apt install pandoc imagemagick
- name: Build
run: ./build.sh
- name: Remove gitignore
run: rm .gitignore
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: .