summaryrefslogtreecommitdiffci
path: root/.github/workflows
diff options
from:
to:
context:
space:
mode:
authorGravatar SayaAndy <montferrat@tuta.io> 2026-01-08 22:48:03 +0700
committerGravatar SayaAndy <montferrat@tuta.io> 2026-01-08 22:48:03 +0700
commit3c865e366119084894b7241ff9bb071e0899811d (patch)
treed6568f45a489877fdc404a0ee720276b13519a02 /.github/workflows
parenta48036d496f0af90ff437c897b77418ca8453e9c (diff)
downloadweb-3c865e366119084894b7241ff9bb071e0899811d.tar.gz
web-3c865e366119084894b7241ff9bb071e0899811d.zip
feat: use floating sidebar for general pages if screen is wide enough
feat: content stays wider with wider screens fix: problem with resizing content when galleries are in it ci: update checkout action from v4 to v6
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-and-deploy-prod.yml2
-rw-r--r--.github/workflows/build-and-deploy-stage.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-and-deploy-prod.yml b/.github/workflows/build-and-deploy-prod.yml
index d57e872..413f402 100644
--- a/.github/workflows/build-and-deploy-prod.yml
+++ b/.github/workflows/build-and-deploy-prod.yml
@@ -12,7 +12,7 @@ jobs:
packages: write
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Generate output.css with tailwindcss
uses: ZoeyVid/tailwindcss-update@main
with:
diff --git a/.github/workflows/build-and-deploy-stage.yml b/.github/workflows/build-and-deploy-stage.yml
index 16e6563..c6e222b 100644
--- a/.github/workflows/build-and-deploy-stage.yml
+++ b/.github/workflows/build-and-deploy-stage.yml
@@ -11,7 +11,7 @@ jobs:
packages: write
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Generate output.css with tailwindcss
uses: ZoeyVid/tailwindcss-update@main