Skip to content

Commit 1740ee2

Browse files
committed
feat: updated CI/CD
1 parent e96a4e4 commit 1740ee2

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Build and Deploy Documentation
22

33
on:
44
workflow_dispatch:
5-
release:
6-
types: [published]
75

86
permissions:
97
contents: read

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ jobs:
372372
ssh startcloud@172.17.204.177 "rm -f /tmp/armor_*.deb"
373373
374374
build-docs:
375+
name: Build Docs
375376
needs: [release-please, build-packages]
376377
if: ${{ needs.release-please.outputs.release_created }}
377378
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)