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.
1 parent f7aa43b commit e668c56Copy full SHA for e668c56
.github/workflows/mdoc.yml
@@ -8,8 +8,9 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v2
11
+ with:
12
+ fetch-depth: 0
13
- uses: olafurpg/setup-scala@v10
- - run: git fetch --tags
14
- run: sbt docs/docusaurusPublishGhpages
15
env:
16
GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }}
.github/workflows/release.yml
@@ -8,6 +8,8 @@ jobs:
- run: git fetch --unshallow
- name: Publish ${{ github.ref }}
0 commit comments