Skip to content

Commit

Permalink
updates checkout action config
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoputzer committed Sep 27, 2023
1 parent 8ba1321 commit 218f188
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 218f188

Please sign in to comment.