Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jondricek committed Dec 19, 2023
2 parents ba02431 + 445fde6 commit 54793d6
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 54793d6

Please sign in to comment.