Skip to content

add 2024-11-14 针对三个空缺职位的董事会选举现已开始 (#263) #378

add 2024-11-14 针对三个空缺职位的董事会选举现已开始 (#263)

add 2024-11-14 针对三个空缺职位的董事会选举现已开始 (#263) #378

Workflow file for this run

name: Site Build
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the site in the jekyll/builder container
run: |
docker run \
--entrypoint /bin/sh \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
docker.io/library/ruby:3.1.3-bullseye -c "gem install bundler jekyll && chmod 777 /srv/jekyll && cd /srv/jekyll && bundle install && jekyll build --future --trace"
- name: Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@4.1.1
with:
branch: gh-pages
folder: _site