Skip to content

Commit

Permalink
Fixed Url
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristl committed Jan 4, 2024
1 parent 07c73c7 commit 7d244cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
working-directory: ./headless_haystack
run: |
flutter pub get
flutter build web --release --base-href "/headless-haystack/"
flutter build web --release --base-href "/macless-haystack/"
- name: Deploy to Github Pages
if: github.ref == 'refs/heads/dev'
uses: JamesIves/github-pages-deploy-action@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Customization in keypair generator to output an array for the ESP32 firmware and
- Host: [Install ESP32-firmware with your key](firmware/ESP32/README.md) or/and (see note)
- Host: [Install NRF5x-firmware with your key](firmware/nrf5x/README.md) (see note)
- *Optional*: Mobile: Install application
- *Optional*: Host: Browse to [Github Page](https://dchristl.github.io/headless-haystack/) (s. [Notes on SSL usage](OSX-KVM/README.md#notes-on-usage-on-other-machines-ssl))
- *Optional*: Host: Browse to [Github Page](https://dchristl.github.io/macless-haystack/) (s. [Notes on SSL usage](OSX-KVM/README.md#notes-on-usage-on-other-machines-ssl))
- *Optional*: Host: Browse to [http://localhost:56443/](http://localhost:56443/)
- Mobile or Host: Import PREFIX_devices.json to your application

Expand Down

0 comments on commit 7d244cc

Please sign in to comment.