Skip to content

Commit

Permalink
fixup! Try to build and publish gh-pages from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tdittr committed Aug 9, 2024
1 parent b8dfb10 commit 4409584
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
branches:
- add-ci
- main

jobs:
build:
name: Build database and Frontend
Expand Down Expand Up @@ -33,7 +32,7 @@ jobs:
npm install
npm run build
- name: Updload to gh-pages
uses: actions/upload-pages-artifact
uses: actions/upload-pages-artifact@v3
with:
path: frontend/dist
deploy:
Expand Down

0 comments on commit 4409584

Please sign in to comment.