Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Aug 3, 2024
1 parent bc56d9b commit 6166924
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# commit_user_name: "github-actions[bot]"
# commit_user_email: "github-actions[bot]@users.noreply.github.com"
# commit_author: "github-actions[bot] <github-actions[bot]@users.noreply.github.com>"
sync-docs:
copy-docs:
needs: build
runs-on: ubuntu-latest
steps:
Expand All @@ -58,9 +58,12 @@ jobs:
uses: actions/checkout@v4
with:
ref: docs
- name: Copy docs for building
run: |
cp -r /tmp/temp-docs/docs/ ./docs
docusaurus:
name: Build Docusaurus
needs: build
needs: copy-docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6166924

Please sign in to comment.