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 74c77de commit f8a872eCopy full SHA for f8a872e
1 file changed
.github/workflows/CI-CD-Docs.yml
@@ -37,15 +37,7 @@ jobs:
37
dotnet build src/bunit.web/ --no-restore -p:version=$VERSION
38
dotnet build src/bunit.xunit/ --no-restore -p:version=$VERSION
39
dotnet build docs/
40
- dotnet build docs/
41
- - name: Import GPG key
42
- uses: crazy-max/ghaction-import-gpg@v2
43
- with:
44
- git_user_signingkey: true
45
- git_commit_gpgsign: true
46
- env:
47
- GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
48
- PASSPHRASE: ${{ secrets.PASSPHRASE }}
+ dotnet build docs/
49
- name: Deploy to GitHub Pages
50
if: success()
51
uses: crazy-max/ghaction-github-pages@v2
0 commit comments