diff --git a/AGENTS.md b/AGENTS.md index 04d9080..bceb3e3 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -51,4 +51,5 @@ This project builds a presentation deck for Marp based on Markdown files. - `make pdf` - Export slides to PDF - `make html` - Export slides to HTML - `make clean` - Remove generated files -- `make install` - Install dependencies \ No newline at end of file +- `make install` - Install dependencies +- `make deploy` - Deploy slides to server \ No newline at end of file diff --git a/Makefile b/Makefile index 083e069..f939748 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,7 @@ help: @echo " make html - Export slides to HTML format" @echo " make clean - Remove generated files" @echo " make install - Install dependencies" + @echo " make deploy - Deploy slides to server" # Build slides build: diff --git a/README.md b/README.md index 2ec666b..092e629 100644 --- a/README.md +++ b/README.md @@ -191,6 +191,7 @@ make pdf # Export to PDF make html # Export to HTML make watch # Watch for changes make clean # Remove generated files +make deploy # Deploy slides to server ``` ## Tips