Skip to content

Commit

Permalink
Merge pull request scala#14024 from BarkingBad/scaladoc/fix-cd
Browse files Browse the repository at this point in the history
Remove preprocessing markdowns from CD
  • Loading branch information
BarkingBad authored Dec 6, 2021
2 parents 94f4118 + ac1cbd3 commit 097356d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -505,17 +505,6 @@ jobs:
external_repository: lampepfl/dotty-website
publish_branch: gh-pages

- name: Generate docs.scala-lang preprocessed files
run: |
./project/scripts/genDocsScalaLang
- name: Deploy Website to docs.scala-lang
uses: peaceiris/actions-gh-pages@v3
with:
personal_token: ${{ env.DOCS_SCALALANG_BOT_TOKEN }}
publish_dir: docsScalaLang
external_repository: BarkingBad/docs.scala-lang
publish_branch: dev

publish_release:
runs-on: [self-hosted, Linux]
Expand Down

0 comments on commit 097356d

Please sign in to comment.