Skip to content

Commit

Permalink
Include paper study notes in GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Jun 18, 2024
1 parent 53d6b70 commit b70f36c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion nlp-papers/attention-is-all-you-need/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b70f36c

Please sign in to comment.