From 3015fc2e78353e25f1dbfbef13601d3df81f0a3a Mon Sep 17 00:00:00 2001 From: Fabrice Lamant Date: Fri, 5 Dec 2025 21:33:14 +0100 Subject: [PATCH] disable workflow --- .github/workflows/publish.yml | 46 +++++++++++++++++------------------ Dockerfile | 0 2 files changed, 23 insertions(+), 23 deletions(-) create mode 100644 Dockerfile diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cad88e9ff..2884acca8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,27 +1,27 @@ -name: Auto update calendar +# name: Auto update calendar -on: - # schedule: - # - cron: "*/10 * * * *" - workflow_dispatch: +# on: +# # schedule: +# # - cron: "*/10 * * * *" +# workflow_dispatch: -jobs: - run: - runs-on: ubuntu-latest +# jobs: +# run: +# runs-on: ubuntu-latest - permissions: - contents: write +# permissions: +# contents: write - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 20 - - run: npm install - - run: npm start - - name: Set date - id: date_step - run: echo "today=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV - - uses: stefanzweifel/git-auto-commit-action@v5 - with: - commit_message: "calendar updates on ${{ env.today }}" +# steps: +# - uses: actions/checkout@v4 +# - uses: actions/setup-node@v4 +# with: +# node-version: 20 +# - run: npm install +# - run: npm start +# - name: Set date +# id: date_step +# run: echo "today=$(date +'%Y-%m-%d %H:%M:%S')" >> $GITHUB_ENV +# - uses: stefanzweifel/git-auto-commit-action@v5 +# with: +# commit_message: "calendar updates on ${{ env.today }}" diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..e69de29bb