mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-22 19:06:12 +00:00
Merge pull request #697 from thecodacus/update-socials
docs: added socials
This commit is contained in:
commit
b4104962b7
7
.github/workflows/update-stable.yml
vendored
7
.github/workflows/update-stable.yml
vendored
@ -5,6 +5,7 @@ on:
|
|||||||
types: [closed]
|
types: [closed]
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
|
|
||||||
@ -17,8 +18,10 @@ jobs:
|
|||||||
pull-requests: read
|
pull-requests: read
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 0
|
||||||
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name 'github-actions[bot]'
|
git config --global user.name 'github-actions[bot]'
|
||||||
|
@ -44,6 +44,14 @@ extra:
|
|||||||
- icon: fontawesome/brands/discourse
|
- icon: fontawesome/brands/discourse
|
||||||
link: https://thinktank.ottomator.ai/
|
link: https://thinktank.ottomator.ai/
|
||||||
name: Bolt.diy Discourse
|
name: Bolt.diy Discourse
|
||||||
|
- icon: fontawesome/brands/x-twitter
|
||||||
|
link: https://x.com/bolt_diy
|
||||||
|
name: Bolt.diy on X
|
||||||
|
- icon: fontawesome/brands/bluesky
|
||||||
|
link: https://bsky.app/profile/bolt.diy
|
||||||
|
name: Bolt.diy on Bluesky
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
|
Loading…
Reference in New Issue
Block a user