We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94f4118 + ac1cbd3 commit 097356dCopy full SHA for 097356d
.github/workflows/ci.yaml
@@ -505,17 +505,6 @@ jobs:
505
external_repository: lampepfl/dotty-website
506
publish_branch: gh-pages
507
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
519
520
publish_release:
521
runs-on: [self-hosted, Linux]
0 commit comments