From afb63649bf44f99d0015e1cbf76fb7f7504a8fc8 Mon Sep 17 00:00:00 2001 From: Yicong Fu Date: Wed, 30 Oct 2024 14:55:23 -0400 Subject: [PATCH] test pushing stuff by github actions --- .github/workflows/deploy.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 81b60a9..75a9ac8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ on: default: false permissions: - contents: read + contents: write pages: write id-token: write @@ -44,6 +44,12 @@ jobs: with: path: './docs/build/html' + - name: Push artifact to gh-pages branch + run: | + pwd + && cd ./docs/build/html + && pwd + deploy: needs: build environment: