From 218f1883bb69a7d6e706caa38de35004192c8df3 Mon Sep 17 00:00:00 2001 From: Ivo von Putzer Reibegg Date: Thu, 28 Sep 2023 01:59:31 +0200 Subject: [PATCH] updates checkout action config --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 18fbb53..63ce6c8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,13 +15,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - with: - path: main # todo: right about here at this point there should be some build steps to update caches, and build www api structure - uses: actions/configure-pages@v3 - uses: actions/upload-pages-artifact@v2 with: - path: './www' # fixme: rename to dist or something else + path: 'www' # fixme: rename to dist or something else deploy: needs: build environment: