Skip to content

Commit

Permalink
Make sure we can regenerate proper docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Kozma committed Apr 24, 2021
1 parent dd9b561 commit 05b98f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c2pa.org
3 changes: 3 additions & 0 deletions hugo-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ fi

# run it!
docker run --rm -it -v "${curPath}/${OUTPUT_DIR}":/src/${OUTPUT_DIR} -e "HUGO_DESTINATION=/src/${OUTPUT_DIR}" "${DOCKER_IMG}"

# make sure we add the CNAME file for Github pages
cp etc/CNAME ${OUTPUT_DIR}

0 comments on commit 05b98f0

Please sign in to comment.