Skip to content

Delete theses/2024april/img/Xu.png #192

Delete theses/2024april/img/Xu.png

Delete theses/2024april/img/Xu.png #192

Workflow file for this run

name: jekyll build
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Ruby
run: sudo apt install ruby-full
- name: Install dependencies
run: |
sudo gem install jekyll parslet htmlentities jekyll-redirect-from
- uses: actions/checkout@v1
- name: jekyll build
run: |
jekyll build --trace
- name: trigger update
run: curl -L ${{ secrets.UPDATE_URL }}