mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-05 13:42:07 +00:00
doc: fix Makefile to address multiple publishers
Need to make sure the local projectacrn.github.io is in sync with the master before starting up the publishing process. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
41a171444b
commit
a47f5d4129
@ -69,6 +69,7 @@ clean:
|
||||
|
||||
publish:
|
||||
mkdir -p $(PUBLISHDIR)
|
||||
cd $(PUBLISHDIR)/..; git pull origin master
|
||||
rm -fr $(PUBLISHDIR)/*
|
||||
cp -r $(BUILDDIR)/html/* $(PUBLISHDIR)
|
||||
cp scripts/publish-README.md $(PUBLISHDIR)/../README.md
|
||||
|
Loading…
Reference in New Issue
Block a user