From 40624590e9f0cf4452c236166d7246ef7aa468d4 Mon Sep 17 00:00:00 2001 From: Ruben Arts Date: Wed, 15 Nov 2023 12:30:24 +0100 Subject: [PATCH] Misc/add install scripts to docs (#459) --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 484755351..6ac39b018 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -52,7 +52,7 @@ jobs: - name: Finalize documentation run: | touch site/.nojekyll - cp install/{install.sh,install.ps1} site + mkdir site/get && cp install/{install.sh,install.ps1} site/get # https://github.com/actions/upload-pages-artifact#file-permissions - run: chmod -c -R +rX site/