Skip to content

remove rsync to old server (#199) #729

remove rsync to old server (#199)

remove rsync to old server (#199) #729

Workflow file for this run

name: Build website
on:
push:
branches:
- "**"
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Build website
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install -y ruby-bundler
name: Install prerequisites
- uses: actions/checkout@v4
- run: bundle install
name: Install bundle
- run: bundle exec jekyll build
name: Build website