Merge pull request #269 from DattatreyaReddy/theme-support-12 #49
Workflow file for this run
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
# Copyright (c) 2022 Contributors to the Suwayomi project | |
# | |
# This Source Code Form is subject to the terms of the Mozilla Public | |
# License, v. 2.0. If a copy of the MPL was not distributed with this | |
# file, You can obtain one at http://mozilla.org/MPL/2.0/. | |
name: gh-Pages | |
on: | |
workflow_dispatch: | |
push: | |
tags: | |
- "*.*.*" | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 # Only works with v2 | |
- uses: subosito/flutter-action@v2 | |
with: | |
channel: 'stable' | |
- uses: bluefireteam/flutter-gh-pages@v7 | |
with: | |
baseHref: /Tachidesk-Sorayomi/ |