Compare commits
2 commits
865798bf1a
...
c8c13c8c9e
Author | SHA1 | Date | |
---|---|---|---|
c8c13c8c9e | |||
5dbbf7d550 |
1 changed files with 6 additions and 5 deletions
|
@ -31,9 +31,10 @@ 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
|
||||
|
@ -42,9 +43,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue