feat: add validation params to generated freezed classes as static co… #235
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: github pages | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
pages: | |
name: "Deploy on Github Pages" | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
working-directory: ./swagger_parser_pages | |
steps: | |
- uses: actions/[email protected] | |
- uses: subosito/[email protected] | |
with: | |
channel: stable | |
- name: Install dependencies | |
run: flutter pub get | |
- name: Build | |
run: flutter build web | |
- name: Deploy | |
uses: peaceiris/[email protected] | |
with: | |
github_token: "${{ secrets.GITHUB_TOKEN }}" | |
publish_dir: ./swagger_parser_pages/build/web |