Merge pull request #579 from hibiya-itchief/チケットの取得をできないようにする #263
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: mainブランチの内容をもとにAPIから事前にデータを取得しCloudflare Pagesにデプロイ | |
#on: | |
# schedule: | |
# - cron: '0 15 * * *' # 毎日0時(日本時間)にビルド | |
# workflow_dispatch: | |
# push: | |
# branches: | |
# - 'main' | |
#jobs: | |
# deploy: | |
# name: deploy to cloudflare | |
# runs-on: ubuntu-latest | |
# environment: | |
# name: '星陵祭公式Webサイト' | |
# url: https://seiryofes.com/ | |
# steps: | |
# - name: Cloudflareのデプロイフックを実行 | |
# run: | | |
# curl -X POST ${{ secrets.CLOUDFLARE_DEPLOY_HOOK_URL }} |