Remove GitHub actions workflow
Now I can deploy manually using Netlify CLI: yarn add netlify-cli netlify login # login to Netlify netlify link # link the directory to the site # deploy, omit "--prod" if you want to preview netlify deploy --dir=_site --prod
This commit is contained in:
parent
bac177d458
commit
343ceabdcd
3 changed files with 6 additions and 30 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -4,3 +4,9 @@ _cache/
|
|||
bib/auto/
|
||||
*/ltximg/
|
||||
_site/
|
||||
|
||||
# Netlify CLI and related
|
||||
.netlify/
|
||||
package.json
|
||||
yarn.lock
|
||||
node_modules/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue