Browse Source

cname in workflow

pull/1/head
James Hawkins 4 years ago
parent
commit
9c2ff1dc62
  1. 3
      .github/workflows/build-deploy.yml

3
.github/workflows/build-deploy.yml

@ -51,4 +51,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build publish_dir: ./build
cname: movie.squeezebox.dev
Loading…
Cancel
Save