source:
tanzpartie-hugo/themes/bilberry-hugo-theme/.github/workflows/test-theme.yml
@
17946
Last change on this file since 17946 was 16971, checked in by , 2 years ago | |
---|---|
File size: 393 bytes |
Line | |
---|---|
1 | name: Test Theme |
2 | |
3 | on: |
4 | push: |
5 | branches: "*" |
6 | pull_request: |
7 | branches: "*" |
8 | |
9 | jobs: |
10 | test: |
11 | runs-on: ubuntu-latest |
12 | steps: |
13 | |
14 | - uses: actions/checkout@v2 |
15 | |
16 | - name: Setup Hugo |
17 | uses: peaceiris/actions-hugo@v2 |
18 | with: |
19 | hugo-version: 'latest' |
20 | # extended: true |
21 | |
22 | - name: Run tests |
23 | run: ./testing/testing-example-site/test-theme.sh |
Note: See TracBrowser for help on using the repository browser.