Skip to content

Commit

Permalink
simplify CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Deppen committed Aug 11, 2023
1 parent cadcec4 commit 3196f5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/deploy_docs.yml

This file was deleted.

6 changes: 1 addition & 5 deletions .github/workflows/merge2main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Double-check PRs and deploy docs
name: Double-check PRs

on:
push:
Expand All @@ -20,7 +20,3 @@ jobs:
build-docs:
needs: test-and-lint
uses: ./.github/workflows/build_docs.yml

deploy-docs:
needs: build-docs
uses: ./.github/workflows/deploy_docs.yml

0 comments on commit 3196f5d

Please sign in to comment.