Browse Source

Force update tags

master
Julio Biason 4 years ago
parent
commit
c20a56450b
  1. 2
      publish.sh

2
publish.sh

@ -1,6 +1,6 @@
#!/bin/sh
git tag `date +'%Y%m%d'`
git tag -f `date +'%Y%m%d'`
zola build
cd public

Loading…
Cancel
Save