Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
ci: remove if
Browse files Browse the repository at this point in the history
  • Loading branch information
tassiluca committed Dec 18, 2023
1 parent 6e16490 commit a03957a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down
File renamed without changes.

0 comments on commit a03957a

Please sign in to comment.