Skip to content

Commit

Permalink
Update web app workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisX11 committed Nov 2, 2023
1 parent 5e39e03 commit 1649c86
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Deploy Web App with build step
on:
push:
branches: [ "gh-pages" ]
workflow_dispatch:

permissions:
contents: read
Expand All @@ -16,7 +15,6 @@ concurrency:

jobs:
deploy:
needs: build
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand Down

0 comments on commit 1649c86

Please sign in to comment.