@@ -20,13 +20,13 @@ jobs:
20
20
steps :
21
21
- uses : actions/checkout@v2 # Only works with v2
22
22
- uses : subosito/flutter-action@v1
23
- - uses : erickzanardo /flutter-gh-pages@v7
23
+ - uses : bluefireteam /flutter-gh-pages@v7
24
24
` ` `
25
25
To build a project in a folder other that the root, use the ` workingDir` property
26
26
27
27
` ` ` yml
28
28
...
29
- - uses: erickzanardo /flutter-gh-pages@v7
29
+ - uses: bluefireteam /flutter-gh-pages@v7
30
30
with:
31
31
workingDir: example
32
32
` ` `
@@ -37,7 +37,7 @@ More on web renderers here: https://flutter.dev/docs/development/tools/web-rende
37
37
38
38
` ` ` yml
39
39
...
40
- - uses: erickzanardo /flutter-gh-pages@v7
40
+ - uses: bluefireteam /flutter-gh-pages@v7
41
41
with:
42
42
webRenderer: canvaskit
43
43
` ` `
@@ -47,7 +47,7 @@ If you need to change that, the `targetBranch` property can be used
47
47
48
48
` ` ` yml
49
49
...
50
- - uses: erickzanardo /flutter-gh-pages@v7
50
+ - uses: bluefireteam /flutter-gh-pages@v7
51
51
with:
52
52
targetBranch: my-gh-pages-branch
53
53
` ` `
@@ -60,7 +60,7 @@ The parameter `baseHref` must start and end with a forward slash `"/"`.
60
60
61
61
` ` ` yml
62
62
...
63
- - uses: erickzanardo /flutter-gh-pages@v7
63
+ - uses: bluefireteam /flutter-gh-pages@v7
64
64
with:
65
65
baseHref: /my-repo/
66
66
` ` `
@@ -69,7 +69,7 @@ To pass arguments to the builder with `--dart-define` the `customArgs` property
69
69
70
70
` ` ` yml
71
71
...
72
- - uses: erickzanardo /flutter-gh-pages@v7
72
+ - uses: bluefireteam /flutter-gh-pages@v7
73
73
with:
74
74
customArgs: --dart-define="simple=example"
75
75
` ` `
0 commit comments