Skip to content

Commit b355ea0

Browse files
committed
moving to blue fire
1 parent 73e6fdd commit b355ea0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 Erick
3+
Copyright (c) 2021 Blue Fire Org
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2 # Only works with v2
2222
- uses: subosito/flutter-action@v1
23-
- uses: erickzanardo/flutter-gh-pages@v7
23+
- uses: bluefireteam/flutter-gh-pages@v7
2424
```
2525
To build a project in a folder other that the root, use the `workingDir` property
2626

2727
```yml
2828
...
29-
- uses: erickzanardo/flutter-gh-pages@v7
29+
- uses: bluefireteam/flutter-gh-pages@v7
3030
with:
3131
workingDir: example
3232
```
@@ -37,7 +37,7 @@ More on web renderers here: https://flutter.dev/docs/development/tools/web-rende
3737

3838
```yml
3939
...
40-
- uses: erickzanardo/flutter-gh-pages@v7
40+
- uses: bluefireteam/flutter-gh-pages@v7
4141
with:
4242
webRenderer: canvaskit
4343
```
@@ -47,7 +47,7 @@ If you need to change that, the `targetBranch` property can be used
4747

4848
```yml
4949
...
50-
- uses: erickzanardo/flutter-gh-pages@v7
50+
- uses: bluefireteam/flutter-gh-pages@v7
5151
with:
5252
targetBranch: my-gh-pages-branch
5353
```
@@ -60,7 +60,7 @@ The parameter `baseHref` must start and end with a forward slash `"/"`.
6060

6161
```yml
6262
...
63-
- uses: erickzanardo/flutter-gh-pages@v7
63+
- uses: bluefireteam/flutter-gh-pages@v7
6464
with:
6565
baseHref: /my-repo/
6666
```
@@ -69,7 +69,7 @@ To pass arguments to the builder with `--dart-define` the `customArgs` property
6969

7070
```yml
7171
...
72-
- uses: erickzanardo/flutter-gh-pages@v7
72+
- uses: bluefireteam/flutter-gh-pages@v7
7373
with:
7474
customArgs: --dart-define="simple=example"
7575
```

0 commit comments

Comments
 (0)