Skip to content

ACL 2023 misc corrections and workshops #2489

ACL 2023 misc corrections and workshops

ACL 2023 misc corrections and workshops #2489

Workflow file for this run

name: check-build
on:
pull_request
# only run one at a time per branch
concurrency:
group: check-build-${{ github.ref }}
cancel-in-progress: true
jobs:
check-build:
runs-on: ubuntu-22.04
steps:
- name: install hugo
run: wget https://github.com/gohugoio/hugo/releases/download/v0.108.0/hugo_extended_0.108.0_linux-amd64.deb && sudo dpkg -i hugo_extended*.deb
- name: update
run: sudo apt-get update
- name: install other deps
run: sudo apt-get install -y jing bibutils openssh-client rsync libyaml-dev libpython3-dev
- uses: actions/checkout@v3
- name: build
run: make check site