Skip to content

Commit

Permalink
ci(github-actions): Updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vanlooverenkoen authored Nov 21, 2023
1 parent 56f83f6 commit b4fafa4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 49 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Deploy static content to Pages
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: subosito/flutter-action@v1
- uses: bluefireteam/flutter-gh-pages@v7
49 changes: 0 additions & 49 deletions .github/workflows/static.yml

This file was deleted.

0 comments on commit b4fafa4

Please sign in to comment.