Compare commits

..

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

View file

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