From 5a26043e518fc01cd42484a7282897d18fcee898 Mon Sep 17 00:00:00 2001 From: Anirban Kar Date: Fri, 13 Dec 2024 16:11:15 +0530 Subject: [PATCH] docs: added socials --- .github/workflows/update-stable.yml | 9 +++++++-- docs/mkdocs.yml | 8 ++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-stable.yml b/.github/workflows/update-stable.yml index 6273af6d..e33fd0d8 100644 --- a/.github/workflows/update-stable.yml +++ b/.github/workflows/update-stable.yml @@ -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') @@ -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]' diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 03148753..1153f8b7 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -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: