Update render-image.html to fix dimbox in List View (#636) #112
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test Theme v4 | |
on: | |
push: | |
branches: '*' | |
paths: | |
- 'v4/**' | |
pull_request: | |
branches: '*' | |
paths: | |
- 'v4/**' | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Setup Hugo | |
uses: peaceiris/actions-hugo@v2 | |
with: | |
hugo-version: '0.125.7' | |
extended: true | |
- name: Run tests | |
run: ./v4/tests/exampleSite/test-theme.sh |