aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci/Gemfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-03 22:53:12 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-03 22:53:12 +0300
commita52aa49461d30b0071442eb023db197e0ad31fde (patch)
treef51d7b6a8cc8e8e4ed865f88bc09ba51a4500245 /.ci/Gemfile
parentmanual: tweak output a bit (diff)
downloadwireguard-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/Gemfile2
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'