Skip to content

Commit

Permalink
fix: Fix so that GitHub publishing works again (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon authored Mar 11, 2024
1 parent 301acdc commit 6ceb972
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: subosito/flutter-action@v2
- uses: bluefireteam/melos-action@v3
- uses: bluefireteam/flutter-gh-pages@v8
with:
workingDir: example
12 changes: 1 addition & 11 deletions example/web/index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<!--
If you are serving your web app in a path other than the root, change the
href value below to reflect the base path you are serving from.
The path provided below has to start and end with a slash "/" in order for
it to work correctly.
Fore more details:
* https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base
-->
<base href="/dashbook/">
<base href="$FLUTTER_BASE_HREF">

<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
Expand Down

0 comments on commit 6ceb972

Please sign in to comment.