From b40a3759588e36ec5abdb1522c168f1bb7bf2d12 Mon Sep 17 00:00:00 2001 From: Eric Rabelo <90357016+rabelzx@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:44:02 -0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84ef1cd7..2a149b7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: branches: - main - master + - docs permissions: contents: write jobs: @@ -20,4 +21,4 @@ jobs: path: .cache - run: pip install mkdocs-material - run: pip install pillow cairosvg - - run: mkdocs gh-deploy --force \ No newline at end of file + - run: mkdocs gh-deploy --force