Skip to content

Commit ac1cbd3

Browse files
committed
Remove preprocessing markdowns from CD
1 parent f6b6e50 commit ac1cbd3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -505,17 +505,6 @@ jobs:
505505
external_repository: lampepfl/dotty-website
506506
publish_branch: gh-pages
507507

508-
- name: Generate docs.scala-lang preprocessed files
509-
run: |
510-
./project/scripts/genDocsScalaLang
511-
512-
- name: Deploy Website to docs.scala-lang
513-
uses: peaceiris/actions-gh-pages@v3
514-
with:
515-
personal_token: ${{ env.DOCS_SCALALANG_BOT_TOKEN }}
516-
publish_dir: docsScalaLang
517-
external_repository: BarkingBad/docs.scala-lang
518-
publish_branch: dev
519508

520509
publish_release:
521510
runs-on: [self-hosted, Linux]

0 commit comments

Comments
 (0)