Skip to content

Commit

Permalink
Fixed github page CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tk-nguyen committed Aug 28, 2023
1 parent 4e9b70f commit b3fa943
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: Deploying on GitHub Pages
jobs:
deploy_preview:
name: Deploy preview versions on pull requests
if: startsWith(github.ref, "refs/pull/")
if: startsWith(github.ref, 'refs/pull/')
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -49,5 +49,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/web
cname: "tk"
destination_dir: "${{ github.event.pull_request.number }}"

0 comments on commit b3fa943

Please sign in to comment.