Skip to content

Commit

Permalink
update deploy_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiKingsley committed Jul 25, 2024
1 parent a2efef6 commit bb10079
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build Writerside docs using Docker
uses: JetBrains/writerside-github-action@v4
with:
Expand Down Expand Up @@ -87,6 +89,8 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/download-artifact@v4
with:
name: algolia-indexes
Expand Down

0 comments on commit bb10079

Please sign in to comment.