diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 312d68b40..2a4e3ef20 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -38,6 +38,7 @@ jobs: python sort.py cp README.md docs/index.md mkdocs build + mv nlp-papers site - name: Load CNAME file run: mv CNAME site - name: Deploy documentation to GitHub Pages diff --git a/nlp-papers/attention-is-all-you-need/Makefile b/nlp-papers/attention-is-all-you-need/Makefile index 0f18ae8e7..6d0c0f7bc 100644 --- a/nlp-papers/attention-is-all-you-need/Makefile +++ b/nlp-papers/attention-is-all-you-need/Makefile @@ -20,7 +20,6 @@ clean: rm -rf *.aux *.log *.out git-push: - cd ../../ git add . git commit -m "Update paper study notes - Attention is All You Need" git push origin master