Compare commits

..

No commits in common. "c8c13c8c9e3881217869244d0edd82f00b9b92be" and "865798bf1aa0723cf7ac48e51baa3ae6fd79f67e" have entirely different histories.

View file

@ -31,10 +31,9 @@ jobs:
with:
node-version: 23.11.0
cache: 'pnpm'
- run: pnpm install
# - name: Install dependencies
# run: pnpm install
- name: Install dependencies
run: pnpm install
- name: Build website
run: pnpm run build-action
@ -43,9 +42,9 @@ jobs:
run: |
apt-get update && apt-get -y install sudo
# - name: Sudo group
# run: |
# groupmod -a -U $USER sudo
- name: Sudo group
run: |
groupmod -a -U $USER sudo
- name: Setup Tailscale
uses: https://github.com/tailscale/github-action@v3