We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5027f commit 7d6ee25Copy full SHA for 7d6ee25
2 files changed
.github/workflows/main.yml
@@ -17,7 +17,6 @@ jobs:
17
- run: flutter config --enable-web
18
- run: cd example && flutter pub get && flutter build web --release --base-href "/flutter_janus_client/" && dart doc .
19
- run: |
20
- cp -r example/doc example/build/web
21
cd example/build/web
22
git init
23
# type configurations: your user.email and user.name followed lines
.github/workflows/publish.yml
0 commit comments