matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit 9da75537c609beefe8765f5c275a2dbcd46723bf
parent 87e492bada79098172fe69105d96306c2b2b630b
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 18 Apr 2022 22:32:32 +0200

Fix publish/destination folders

Diffstat:
M.github/workflows/deploy-preview.yml | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml @@ -49,7 +49,8 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} - publish_dir: ./pr-${{ github.event.pull_request.number }} + publish_dir: ./dist + destination_dir: ./pr-${{ github.event.pull_request.number }} cname: preview.art.midnightthoughts.space external_repository: MTRNord/matrix-art-preview - name: Edit PR Description