Skip to content

Commit

Permalink
docs: added socials
Browse files Browse the repository at this point in the history
  • Loading branch information
thecodacus committed Dec 13, 2024
1 parent 6015747 commit 5a26043
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/update-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
branches:
- main

permissions:
contents: write

jobs:
update-stable:
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'stable-release')
Expand All @@ -15,8 +18,10 @@ jobs:
pull-requests: read

steps:
- uses: actions/checkout@v3

- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Configure Git
run: |
git config --global user.name 'github-actions[bot]'
Expand Down
8 changes: 8 additions & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ extra:
- icon: fontawesome/brands/discourse
link: https://thinktank.ottomator.ai/
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:
Expand Down

0 comments on commit 5a26043

Please sign in to comment.