From 445fde6d59613dcd62e129cfdd3715c7b659d995 Mon Sep 17 00:00:00 2001 From: Jared Ondricek <90368810+jondricek@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:21:47 -0600 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7f87fd5c8fe..5e92dbd6fd6 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -59,6 +59,12 @@ jobs: cp dist/search_bundle.js ../output/theme/scripts/ cd .. + - name: Add BlueSky Identification + if: ${{ vars.BLUESKY_ID != '' }} + run: | + mkdir output/.well-known + echo "${{ vars.BLUESKY_ID }}" > output/.well-known/atproto-did + - name: Deploy uses: peaceiris/actions-gh-pages@v3 if: ${{ github.ref == 'refs/heads/master' }}