ci(docs): fix github doc deployment (#851)

This commit is contained in:
Fallenbagel
2024-06-30 04:03:30 +05:00
committed by GitHub
parent d03c77321b
commit 2109cf8841

View File

@@ -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