Skip to content

Commit

Permalink
Merge pull request #25 from EZoni/ci_fix_deployment
Browse files Browse the repository at this point in the history
CI: do not run deployment until domain is fixed
  • Loading branch information
DavidSagan authored Dec 18, 2024
2 parents 9a3f26f + 1bb6e49 commit 4915391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ concurrency:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
if: 0 # TODO remove this once deployment domain is finalized
steps:
- name: Deploy 🚀
uses: curvenote/action-myst-publish@v1
Expand Down

0 comments on commit 4915391

Please sign in to comment.