Remove static copying step from deploy workflow

This commit is contained in:
Thomas A. Christensen II 2022-03-24 17:55:23 +00:00 committed by GitHub
parent 7ec6e4a1d3
commit 11745c8420
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,7 +38,6 @@ jobs:
- name: Run Hugo - name: Run Hugo
run: | run: |
hugo hugo
cp ${GITHUB_WORKSPACE}/{CNAME,.nojekyll} public
- name: Deploy to gh-pages - name: Deploy to gh-pages
uses: rdarida/simple-github-pages-deploy-action@v1 uses: rdarida/simple-github-pages-deploy-action@v1
with: with: