diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index a481500c..843e0be8 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -15,11 +15,10 @@ on: jobs: generate-doc: - if: >- - (github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/release') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - name: Checkout + uses: danysk/action-checkout@0.2.14 - name: Setup java uses: actions/setup-java@v3 @@ -74,7 +73,10 @@ jobs: spec-file: ./api-service/auth/swagger.json - name: Build slides with hugo - run: hugo + run: | + cd docs/presentation + ls -la + hugo - name: ls run: | diff --git a/docs/presentation/hugo.toml b/docs/presentation/config.toml similarity index 100% rename from docs/presentation/hugo.toml rename to docs/presentation/config.toml