rename nodejs step and fix commit
Some checks failed
Actions / Build and Push Documentation (push) Failing after 13s
Some checks failed
Actions / Build and Push Documentation (push) Failing after 13s
This commit is contained in:
parent
c6a1aba0cf
commit
3624bf98d1
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ jobs:
|
||||||
instance-urls: "coastalcommits.com"
|
instance-urls: "coastalcommits.com"
|
||||||
- name: Add instance URLs to known_hosts
|
- name: Add instance URLs to known_hosts
|
||||||
run: ssh-keyscan -H coastalcommits.com >> ~/.ssh/known_hosts
|
run: ssh-keyscan -H coastalcommits.com >> ~/.ssh/known_hosts
|
||||||
- name: Setup Node.js
|
- name: Setup Bun
|
||||||
uses: https://github.com/oven-sh/setup-bun@v2
|
uses: https://github.com/oven-sh/setup-bun@v2
|
||||||
with:
|
with:
|
||||||
bun-version: latest
|
bun-version: latest
|
||||||
|
@ -35,5 +35,5 @@ jobs:
|
||||||
run: bun docs
|
run: bun docs
|
||||||
- name: Commit and Push
|
- name: Commit and Push
|
||||||
run: |
|
run: |
|
||||||
git commit -a "Update documentation"
|
git commit -a -m "Update documentation"
|
||||||
git push origin
|
git push origin
|
||||||
|
|
Loading…
Add table
Reference in a new issue