Skip to content

Commit

Permalink
Remove Dolomite from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KucharczykL committed Apr 8, 2024
1 parent 2cfe8e1 commit 7222d3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/asciidoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: openSUSE/doc-ci@gha-validate
with:
dc-files: "DC-release-notes-all DC-release-notes-micro DC-release-notes-dolomite"
dc-files: "DC-release-notes-all DC-release-notes-micro"
validate-ids: true
validate-images: true
validate-tables: true
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: openSUSE/doc-ci@gha-build
id: build-dc
with:
dc-files: "DC-release-notes-all DC-release-notes-micro DC-release-notes-dolomite"
dc-files: "DC-release-notes-all DC-release-notes-micro"
- uses: actions/upload-artifact@v4
with:
name: ${{ steps.build-dc.outputs.artifact-name }}
Expand All @@ -52,4 +52,4 @@ jobs:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
with:
artifact-path: artifact-dir
publish-repo: gh:SUSEdoc/release-notes.git
publish-repo: gh:SUSEdoc/release-notes.git

0 comments on commit 7222d3b

Please sign in to comment.