Skip to content

dependency_changed #3415

dependency_changed

dependency_changed #3415

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
repository_dispatch:
push:
pull_request:
schedule:
- cron: "0 7 * * *"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Build apps
uses: hyoo-ru/mam_build@master2
with:
token: ${{ secrets.GH_PAT }}
package: hyoo/mol
- name: Deploy on GitHub Pages
if: github.ref == 'refs/heads/master'
uses: alex-page/[email protected]
with:
repo-token: ${{ secrets.GH_PAT }}
site-directory: hyoo/mol/-