From 56e00e317db04384ba3a801fbee251d2dcfa7b5b Mon Sep 17 00:00:00 2001 From: mateus2k2 Date: Sun, 23 Jun 2024 13:56:46 -0300 Subject: [PATCH] add --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f1c24eb..388a401 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,6 +30,9 @@ jobs: entrypoint: mkdocs args: build --config-file=mkdocs.en.yml + - name: Ensure permissions for site directory + run: sudo chmod -R 777 site + - name: Copy redirect index page run: cp docs/index.html site/index.html