Skip to content

Commit

Permalink
Improved naming
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristl committed May 1, 2023
1 parent c4913bc commit adf38b7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Web-Release
name: Github-Page-Release

on: [ push ]

Expand All @@ -14,9 +14,10 @@ jobs:
java-version: '11'
- uses: subosito/flutter-action@v2
- uses: actions/checkout@v3
- name: Web Build
- name: GH-Page Build
working-directory: ./headless_haystack
run: |
flutter pub get
flutter build web --release --base-href "/headless-haystack/"
- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit adf38b7

Please sign in to comment.