Skip to content

Commit

Permalink
Remove webapp gh-pages deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti authored Aug 30, 2023
1 parent 058f719 commit 9096683
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/deploy-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ jobs:
- name: Build app
run: yarn build

- name: Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@v4
with:
clean: true
folder: frontend/dist
clean-exclude: docs

# also create an image based off of nginx with the frontend baked in
# (copied from ./build-image.yaml, with modifications)

Expand Down

0 comments on commit 9096683

Please sign in to comment.