Compare commits

...

2 commits

Author SHA1 Message Date
c8c13c8c9e
Remove sudo group section
Some checks failed
Deploy to Web Server / deploy (push) Failing after 2m31s
2025-05-16 22:49:16 +10:00
5dbbf7d550
Cache pnpm deps 2025-05-16 22:49:04 +10:00

View file

@ -31,9 +31,10 @@ 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
@ -42,9 +43,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