Skip to content

Commit

Permalink
Merge branch 'website-updates' into website-updates-get-started
Browse files Browse the repository at this point in the history
  • Loading branch information
adpare committed Dec 20, 2023
2 parents 04a857a + 2bcee77 commit f7b86c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit f7b86c3

Please sign in to comment.