From aeb53e869499862a249a91354a49449202a3531a Mon Sep 17 00:00:00 2001 From: oriol Date: Sun, 13 Oct 2024 01:36:58 +0200 Subject: [PATCH] Updated actions --- .github/workflows/ghub-pages.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ghub-pages.yml b/.github/workflows/ghub-pages.yml index 15910e4..a814492 100644 --- a/.github/workflows/ghub-pages.yml +++ b/.github/workflows/ghub-pages.yml @@ -30,6 +30,10 @@ jobs: uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v5 + - uses: actions/setup-python@v5 + with: + python-version: 3.x + - run: pip install -r requirements.txt - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: