From 2b2ccebe93104ca57daf90b288bff232d6f80a9c Mon Sep 17 00:00:00 2001 From: mateus2k2 Date: Sun, 23 Jun 2024 11:24:56 -0300 Subject: [PATCH] add --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f1c24eb..ffc1674 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,8 +30,8 @@ jobs: entrypoint: mkdocs args: build --config-file=mkdocs.en.yml - - name: Copy redirect index page - run: cp docs/index.html site/index.html + # - name: Copy redirect index page + # run: cp docs/index.html site/index.html - uses: actions/setup-python@v4 with: