Skip to content

Commit

Permalink
Fix webhelp artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 12, 2023
1 parent 4ff05e8 commit 4b6ad3f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ permissions:
pages: write

env:
PRODUCT: docs/kord
DOC_ARTIFACT: webHelpKORD2-all.zip
PRODUCT: docs/c
DOC_ARTIFACT: webHelpC2-all.zip
ALGOLIA_ARTIFACT: algolia-indexes-XX.zip

jobs:
Expand All @@ -35,8 +35,6 @@ jobs:
# mv docs/* .
- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v3
env:
PRODUCT: docs/c
- name: Upload documentation
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4b6ad3f

Please sign in to comment.