This commit is contained in:
parent
fa7ffbe64a
commit
865798bf1a
1 changed files with 8 additions and 0 deletions
|
@ -38,6 +38,14 @@ jobs:
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: pnpm run build-action
|
run: pnpm run build-action
|
||||||
|
|
||||||
|
- name: Install Sudo
|
||||||
|
run: |
|
||||||
|
apt-get update && apt-get -y install sudo
|
||||||
|
|
||||||
|
- name: Sudo group
|
||||||
|
run: |
|
||||||
|
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
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue