Skip to content

Commit 0779e23

Browse files
committed
Deploy fixes
1 parent 03d42fc commit 0779e23

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

.github/workflows/publish.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,13 @@ jobs:
2424
- run: flutter test
2525

2626
publish:
27-
needs: test
2827
permissions:
2928
id-token: write # Required for authentication using OIDC
30-
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1
31-
29+
runs-on: ubuntu-latest
30+
steps:
31+
- uses: actions/checkout@v3
32+
- uses: dart-lang/setup-dart@v1
33+
- name: Install dependencies
34+
run: flutter pub get
35+
- name: Publish
36+
run: dart pub publish --force

website/pages/docs/overview/_meta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"index": "Introduction",
2+
"introduction": "Introduction",
33
"getting-started": "Getting started",
44
"utility-first": "Utility-First",
55
"comparison": "Comparative Overview",

0 commit comments

Comments
 (0)