rename nodejs step and fix commit
Some checks failed
Actions / Build and Push Documentation (push) Failing after 13s

This commit is contained in:
cswimr 2025-02-09 10:58:15 -06:00
parent c6a1aba0cf
commit 3624bf98d1
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -20,7 +20,7 @@ jobs:
instance-urls: "coastalcommits.com"
- name: Add instance URLs to 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
with:
bun-version: latest
@ -35,5 +35,5 @@ jobs:
run: bun docs
- name: Commit and Push
run: |
git commit -a "Update documentation"
git commit -a -m "Update documentation"
git push origin