Skip to content

Commit

Permalink
fix(vrd): 🐛 fix 'refs/heads/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Aug 27, 2024
1 parent 74dcb32 commit b2b8f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
all:
name: Document
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
retention-days: 1

- name: Write CNAME file
run: echo 'doc.vrd.com' > ./target/doc/CNAME
run: echo 'doc.vrdlib.com' > ./target/doc/CNAME

- name: Deploy to GitHub Pages
uses: peaceiris/[email protected]
Expand Down

0 comments on commit b2b8f82

Please sign in to comment.