From 5abc05bd11f5a5185f8bedd05aa01f551a295918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?maur=C3=ADcio=20sipmann?= Date: Tue, 13 Feb 2024 20:13:15 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 24a290a87..3dab2291f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v2 with: submodules: 'recursive' - - uses: nelsonjchen/gh-pages-pelican-action@0.1.5 + - uses: nelsonjchen/gh-pages-pelican-action@0.2.0 env: GH_PAGES_BRANCH: master - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}