Remove static copying step from deploy workflow
This commit is contained in:
parent
7ec6e4a1d3
commit
11745c8420
1 changed files with 0 additions and 1 deletions
1
.github/workflows/build-site.yml
vendored
1
.github/workflows/build-site.yml
vendored
|
@ -38,7 +38,6 @@ jobs:
|
|||
- name: Run Hugo
|
||||
run: |
|
||||
hugo
|
||||
cp ${GITHUB_WORKSPACE}/{CNAME,.nojekyll} public
|
||||
- name: Deploy to gh-pages
|
||||
uses: rdarida/simple-github-pages-deploy-action@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue