Skip to content

Commit c48f757

Browse files
dbkinderjren1
authored andcommitted
doc: Update publish process in Makefile
Simplify the publishing process to projectacrn.github.io by making commits directly to the projectacrn/projectacrn.github.io repo (rather than to a personal repo, doing a PR, and processing the PR). This eliminates manual processing in an otherwise automated publishing process: PR reviews aren't needed for this step. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
1 parent 52f49c9 commit c48f757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ publish:
4444
rm -fr $(PUBLISHDIR)/*
4545
cp -r $(BUILDDIR)/html/* $(PUBLISHDIR)
4646
cp scripts/publish-README.md $(PUBLISHDIR)/README.md
47+
cd $(PUBLISHDIR); git add -A; git commit -s -m "publish"; git push origin master;
4748

4849

4950
# Catch-all target: route all unknown targets to Sphinx using the new

0 commit comments

Comments
 (0)