Skip to content

Commit

Permalink
ci(docs): fix github doc deployment (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallenbagel authored Jun 29, 2024
1 parent d03c773 commit 2109cf8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:

runs-on: ubuntu-latest
steps:
- name: Download Build Artifact
uses: actions/download-artifact@v4
with:
name: docusaurus-build
path: gen-docs/build
# - name: Download Build Artifact
# uses: actions/download-artifact@v4
# with:
# name: docusaurus-build
# path: gen-docs/build

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 2109cf8

Please sign in to comment.