-
Notifications
You must be signed in to change notification settings - Fork 127
Expand file tree
/
Copy pathMakefile
More file actions
28 lines (21 loc) · 812 Bytes
/
Makefile
File metadata and controls
28 lines (21 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.PHONY: all install lint serve build deploy
all: install serve
lint:
mkdocs build
serve:
mkdocs serve
build:
mkdocs build
deploy:
mkdocs gh-deploy --force
# To run this, ensure GITHUB_ACCESS_TOKEN environment variable set
labels:
npm install -g github-label-sync
github-label-sync --labels .github/labels.yml Election-Tech-Initiative/electionguard
github-label-sync --labels .github/labels.yml Election-Tech-Initiative/electionguard-cpp
github-label-sync --labels .github/labels.yml Election-Tech-Initiative/electionguard-python
github-label-sync --labels .github/labels.yml Election-Tech-Initiative/electionguard-api-python
github-label-sync --labels .github/labels.yml Election-Tech-Initiative/electionguard-ui
release-zip-sample-data:
@echo 📁 ZIP SAMPLE DATA
zip -r sample-data.zip data