Skip to content

Commit f8a872e

Browse files
authored
Update CI-CD-Docs.yml
1 parent 74c77de commit f8a872e

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/CI-CD-Docs.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,7 @@ jobs:
3737
dotnet build src/bunit.web/ --no-restore -p:version=$VERSION
3838
dotnet build src/bunit.xunit/ --no-restore -p:version=$VERSION
3939
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 }}
40+
dotnet build docs/
4941
- name: Deploy to GitHub Pages
5042
if: success()
5143
uses: crazy-max/ghaction-github-pages@v2

0 commit comments

Comments
 (0)