Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xceedsoftware authored Jul 24, 2024
1 parent ab6828d commit f713318
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
run: npm run build
working-directory: ./Xceed-Words-Tutorials

- name: Create .nojekyll file
run: echo "" > ./Xceed-Words-Tutorials/build/.nojekyll

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit f713318

Please sign in to comment.