Skip to content

Commit

Permalink
Deploy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Jan 25, 2024
1 parent 03d42fc commit 0779e23
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,13 @@ jobs:
- run: flutter test

publish:
needs: test
permissions:
id-token: write # Required for authentication using OIDC
uses: dart-lang/setup-dart/.github/workflows/publish.yml@v1

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- name: Install dependencies
run: flutter pub get
- name: Publish
run: dart pub publish --force
2 changes: 1 addition & 1 deletion website/pages/docs/overview/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"index": "Introduction",
"introduction": "Introduction",
"getting-started": "Getting started",
"utility-first": "Utility-First",
"comparison": "Comparative Overview",
Expand Down
File renamed without changes.

1 comment on commit 0779e23

@vercel
Copy link

@vercel vercel bot commented on 0779e23 Jan 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.