Skip to content

Commit

Permalink
Merge pull request #250 from MurhafSousli/demo-hotfix
Browse files Browse the repository at this point in the history
Fix deployment
  • Loading branch information
MurhafSousli authored Jan 31, 2023
2 parents ce71fe3 + f644db3 commit 8e0ea28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Deploy to Netlify
uses: nwtgck/[email protected]
with:
publish-dir: './dist/ngx-highlightjs-demo'
publish-dir: './dist/ngx-highlightjs-demo/browser'
production-branch: deploy-netlify
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deploy from GitHub Actions"
Expand Down

0 comments on commit 8e0ea28

Please sign in to comment.