Skip to content

Commit

Permalink
chore: add workflow to circle to prevent red herring errors for gh pa…
Browse files Browse the repository at this point in the history
…ges (#29137)
  • Loading branch information
AtofStryker authored Mar 13, 2024
1 parent ffe71a4 commit e926b13
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2.1

jobs:
no_op:
docker:
- image: cimg/base:stable
steps:
- run: echo "no op as GH pages does not need a circle job to deploy. Disregard this job and related workflows..."
workflows:
main:
jobs:
- no_op

0 comments on commit e926b13

Please sign in to comment.