Skip to content

Commit dbb8060

Browse files
committed
workflow fixed;
1 parent 57a8281 commit dbb8060

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Changed
2+
body: Stop deployment on `main` push, will only deploy on Release
3+
time: 2025-09-02T20:02:26.237107459+10:00

.github/workflows/hugo.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
branches:
88
- main
99

10+
# Runs on release creation
11+
release:
12+
types: [published]
13+
1014
# Allows you to run this workflow manually from the Actions tab
1115
workflow_dispatch:
1216

content/notes/posts/zellij-tmux-cf-remote-dev.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ draft: true
1818

1919
## Install tmux
2020

21-
-
21+
`sudo dnf -y install tmux`
2222

2323
## Install Zellij
2424

25-
-
25+
2626

2727
## Install Cloudflared
2828

@@ -34,4 +34,6 @@ draft: true
3434

3535
## References
3636

37-
-
37+
1. https://www.redhat.com/en/blog/introduction-tmux-linux
38+
2. https://github.com/zellij-org/zellij
39+
3. https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/downloads/

0 commit comments

Comments
 (0)