diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-03 22:53:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-10-03 22:53:12 +0300 |
commit | a52aa49461d30b0071442eb023db197e0ad31fde (patch) | |
tree | f51d7b6a8cc8e8e4ed865f88bc09ba51a4500245 /.ci/Gemfile | |
parent | manual: tweak output a bit (diff) | |
download | wireguard-config-a52aa49461d30b0071442eb023db197e0ad31fde.tar.gz wireguard-config-a52aa49461d30b0071442eb023db197e0ad31fde.zip |
add GitHub Actions workflow
Copied it from my other Jekyll projects.
Diffstat (limited to '.ci/Gemfile')
-rw-r--r-- | .ci/Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/Gemfile b/.ci/Gemfile new file mode 100644 index 0000000..053c27d --- /dev/null +++ b/.ci/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'github-pages' |