Skip to content

Commit

Permalink
Merge pull request #6 from Nuxify/feature/setup-github-page
Browse files Browse the repository at this point in the history
chore: use flutter web production branch
  • Loading branch information
JosesGabriel committed May 24, 2024
2 parents e51bc99 + 993466e commit f6ce40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Set Publish Branch
id: set_publish_branch
run: echo "publish_branch=release/widgetbook-playground" >> $GITHUB_ENV
run: echo "publish_branch=release/flutter-web-production" >> $GITHUB_ENV

- name: Deploy to GitHub Pages/Branch for release playground
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit f6ce40d

Please sign in to comment.