Merge pull request #578 from hibiya-itchief/開催まであと何日を0にする #262
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 }} |