Skip to content

Commit

Permalink
Deploy action uses gitignore...
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoos committed Oct 20, 2024
1 parent fc7a6d2 commit bae6ec6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ jobs:
run: |
opam exec -- dune build --profile=release @default
- name: Remove .gitignore file
run: |
rm -f web/yjs/.gitignore
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit bae6ec6

Please sign in to comment.