Skip to content

Commit

Permalink
[ DOC ]: Modify the github setup description
Browse files Browse the repository at this point in the history
  • Loading branch information
a1eksb committed Jul 19, 2024
1 parent 7ab5ae6 commit 1dd08ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/docs/setup_github.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ nav:
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v3
- name: Install curl
run: sudo apt-get update && sudo apt-get install -y curl
run: sudo apt-get update && sudo apt-get install -y curl
- name: Deploying the docs
run: |
run: |
echo "Deploying the docs"
curl --request POST ${{ secrets.ACINT_URL }} -H "Content-Type: application/json" -d "{\"action\": \"${{ secrets.ACINT_ACTION }}\", \"token\": \"${{ secrets.ACINT_TOKEN }}\"}"
```
Expand Down

0 comments on commit 1dd08ca

Please sign in to comment.