From 75791007674696999a971b14518e8387f2024644 Mon Sep 17 00:00:00 2001 From: av_jui Date: Sat, 15 Jun 2024 20:27:56 +0200 Subject: [PATCH] [UPDTAE] Update deploy-docs - update JamesIves/github-pages-deploy-action@releases to v4 - fix jekyll remove _static folder --- .github/workflows/deploy-docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 1531fe6..be158a7 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -43,9 +43,10 @@ jobs: run: cd doc && cmake . && make doc + && cd sphinx/html/ && touch .nojekyll - name: Deploy - uses: JamesIves/github-pages-deploy-action@releases/v3 + uses: JamesIves/github-pages-deploy-action@releases/v4 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to.