Skip to content

Update 2024-07-19-better-alternatives-to-empty-in-php.md #55

Update 2024-07-19-better-alternatives-to-empty-in-php.md

Update 2024-07-19-better-alternatives-to-empty-in-php.md #55

Workflow file for this run

# @see https://github.com/limjh16/jekyll-action-ts
name: "Deploy"
on:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: 📂 Checkout
uses: actions/checkout@v3
- name: 💎 setup ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.3.0
- name: 🔨 install dependencies & build site
uses: limjh16/jekyll-action-ts@v2
with:
enable_cache: true
- name: 🚀 deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
publish_branch: github-pages