Skip to content

Commit

Permalink
fix: correction GitHub Actions badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ittuann committed Jul 16, 2024
1 parent 0b21ef9 commit 0270dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Github Actions](https://img.shields.io/github/workflow/status/apache/streampipes-website/Build%20and%20Deploy)](https://github.com/apache/streampipes-website/actions/)
[![Github Actions](https://img.shields.io/github/actions/workflow/status/apache/streampipes-website/deploy-website.yml?label=Build%20and%20Deploy)](https://github.com/apache/streampipes-website/actions/)
# Apache StreamPipes Website + Docs

## Intro
Expand All @@ -23,5 +23,5 @@ Node.js(at most v18) and npm are required to build the documentation.
* First, build the website and documentation as explained above.
* Copy the content from the `docs-python` to the ``website-v2/build`` folder into a subdirectory named ``python``.

The deployment step is done automatically using the asf.yaml process.
The deployment step is done automatically using the asf.yaml process.
Code must be merged into the `master` branch in order to trigger an update of the website.

0 comments on commit 0270dd3

Please sign in to comment.