diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2022-07-21 17:42:57 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2022-07-21 17:42:57 -0400 |
| commit | 537202f9cf2e9897b03081fedc96b205956fc4f9 (patch) | |
| tree | 023675b694705daaf6c96d92de9bd22a5f7c110f /.github | |
| parent | 5f4c9af8c71191ce2b93c838436c239fe181431a (diff) | |
remove dist from dev
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/deploy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b79fbb6..44d0b9e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,4 +24,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@4.1.5 with: branch: gh-pages - folder: public
\ No newline at end of file + folder: dist
\ No newline at end of file |
