Skip to content

Commit

Permalink
chore(build): Fix and disable CI workflow (#55)
Browse files Browse the repository at this point in the history
Goal: Allow re-deploying to joplin.github.io with redirects
  • Loading branch information
personalizedrefrigerator authored Oct 16, 2024
1 parent 3fee6cf commit 8006b38
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Build and Deploy
on:
push:
branches: ['main']
schedule:
# * is a special character in YAML so you have to quote this string
# Run on the 0th minute of hour 1 of every day
- cron: '0 1 * * *'
workflow_dispatch:

# Allow this job to clone the repo and create a page deployment
Expand All @@ -26,6 +22,7 @@ jobs:
with:
node-version: '18'
cache: 'yarn'
- run: corepack enable
- run: yarn install
- run: yarn build-production /website-plugin-discovery
- name: Upload artifact
Expand Down

0 comments on commit 8006b38

Please sign in to comment.