From a3a8beddd0724e03dabdbe49ca5780b0d66f7f7d Mon Sep 17 00:00:00 2001 From: Ricardo Band Date: Tue, 13 Jun 2023 22:50:19 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4254923..e6dd346 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,6 +47,8 @@ jobs: run: | pip install --upgrade pip setuptools wheel pip install -r requirements.txt + - name: Create directories + run: mkdir -p public static - name: Download pages uses: actions/download-artifact@v3 with: