From 15309d8b1cca1182682dca5624f6cb9cdbf1a568 Mon Sep 17 00:00:00 2001 From: oriol Date: Sun, 13 Oct 2024 01:37:27 +0200 Subject: [PATCH] Updated actions --- .github/workflows/ghub-pages.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ghub-pages.yml b/.github/workflows/ghub-pages.yml index a814492..d0b7536 100644 --- a/.github/workflows/ghub-pages.yml +++ b/.github/workflows/ghub-pages.yml @@ -34,6 +34,7 @@ jobs: with: python-version: 3.x - run: pip install -r requirements.txt + - run: mkdocs build - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: