Skip to content

modified yearly check in #209

modified yearly check in

modified yearly check in #209

Workflow file for this run

name: Build and deploy Jekyll site to GitHub Pages
on:
push:
branches:
- main
repository_dispatch:
types: [build]
jobs:
github-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: |
npm install -g staticrypt
- name: 💎 setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3
- name: Building the website
uses: limjh16/jekyll-action-ts@v2
with:
enable_cache: true
- name: 🚀 Deploying the website
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
cname: www.cu-adcl.org