rm gitignore
This commit is contained in:
parent
732584a035
commit
d6e4a9b245
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -27,8 +27,8 @@ jobs:
|
|||||||
- name: Disable Jekyll
|
- name: Disable Jekyll
|
||||||
run: sudo touch ./public/.nojekyll
|
run: sudo touch ./public/.nojekyll
|
||||||
|
|
||||||
- name: Copy generated dist files
|
- name: Delete dist gitignore
|
||||||
run: sudo cp -r ./static/dist/* ./public/dist
|
run: rm -f ./public/dist/.gitignore
|
||||||
|
|
||||||
- name: Publish site as artifact
|
- name: Publish site as artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user