Skip to content

Fix warning about deprecated shortcode 'tweet' (#491) #636

Fix warning about deprecated shortcode 'tweet' (#491)

Fix warning about deprecated shortcode 'tweet' (#491) #636

Workflow file for this run

name: Test build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
hugo-version:
- 'latest'
- '0.143.1'
steps:
- uses: actions/checkout@v4
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: ${{ matrix.hugo-version }}
extended: true
- name: Run Hugo
working-directory: exampleSite
run: hugo --themesDir ../..