We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7b7e7e commit 2d10045Copy full SHA for 2d10045
.github/workflows/ci.yml
@@ -41,6 +41,7 @@ jobs:
41
directory: _site
42
43
- name: Publish gh-pages
44
+ if: false
45
uses: s0/git-publish-subdir-action@develop
46
env:
47
REPO: self
.gitignore
@@ -8,6 +8,9 @@
8
*.pdf
9
*.docx
10
typst-x86_64-unknown-linux-musl
11
+.wrangler/
12
+.terraform/
13
+terraform.*
14
15
.DS_Store
16
.sass-cache
Gemfile
@@ -1,6 +1,5 @@
1
source "https://rubygems.org"
2
-gem "jekyll", "~> 4.3"
3
-gem "webrick"
+gem "github-pages"
4
gem "rest-client"
5
6
# Formats
0 commit comments