summaryrefslogtreecommitdiffstats
path: root/.github/workflows/ci.yml
blob: 5d847fdd697b3ad53277c15c4560672f48016864 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
on: push

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: 'checkout'
        uses: actions/checkout@v2

      - name: 'checkout theme'
        uses: actions/checkout@v2
        with:
          repository: 'matthiasbeyer/zola_easydocs_theme'
          ref: 'customization'
          path: 'themes/zola_easydocs_theme'

      - name: 'build'
        uses: shalzz/zola-deploy-action@v0.13.0
        env:
          BUILD_DIR: .
          BUILD_ONLY: true