Skip to content

Commit 2d10045

Browse files
committed
🧹
1 parent a7b7e7e commit 2d10045

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
directory: _site
4242

4343
- name: Publish gh-pages
44+
if: false
4445
uses: s0/git-publish-subdir-action@develop
4546
env:
4647
REPO: self

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
*.pdf
99
*.docx
1010
typst-x86_64-unknown-linux-musl
11+
.wrangler/
12+
.terraform/
13+
terraform.*
1114

1215
.DS_Store
1316
.sass-cache

Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
source "https://rubygems.org"
2-
gem "jekyll", "~> 4.3"
3-
gem "webrick"
2+
gem "github-pages"
43
gem "rest-client"
54

65
# Formats

0 commit comments

Comments
 (0)