Skip to content

publish blogpost about ios ban in china and fix planned features list to not list A/V calls as planned but as completed #54

publish blogpost about ios ban in china and fix planned features list to not list A/V calls as planned but as completed

publish blogpost about ios ban in china and fix planned features list to not list A/V calls as planned but as completed #54

Workflow file for this run

name: Test site build
# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the master branch
pull_request:
branches: [ master ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Install and Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
extended: true
- name: Build site
run: hugo --minify