Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Cronin <brendan.cronin@mercedes-benz.com>
  • Loading branch information
bcronin90 committed Aug 18, 2023
1 parent 4755a39 commit 2bde903
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/publish-docusaurus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ jobs:
zip -r ${{ runner.temp }}/tractusx-edc-docusaurus.zip ${{ runner.temp }}/tractusx-edc
- name: Upload docusaurus docs to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ runner.temp }}/tractusx-edc-docusaurus.zip
asset_name: docusaurus_docs
tag: ${{ github.ref }}
overwrite: true
body: "Docusaurus documentation for TractusX EDC"
- name: todo
run: |
echo "Todo: publish release file"

0 comments on commit 2bde903

Please sign in to comment.