Skip to content

Commit

Permalink
update action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simbo committed Nov 27, 2020
1 parent e85b290 commit 458b6cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

- name: 📝 Copy README for gh-pages
run: copy -f README.md css/README.md
run: cp -f README.md css/README.md

- name: 🚚 Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@3.7.1
Expand Down

0 comments on commit 458b6cb

Please sign in to comment.