mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 04:40:40 +00:00
chore(actions/docs): give up on pnpm
This commit is contained in:
parent
abf05fa7d3
commit
44f79b9cf4
1 changed files with 1 additions and 12 deletions
13
.github/workflows/docs.yaml
vendored
13
.github/workflows/docs.yaml
vendored
|
@ -11,7 +11,7 @@ permissions:
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
shell: bash -leo pipefail {0}
|
shell: bash
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -23,20 +23,9 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install PNPM
|
|
||||||
uses: pnpm/action-setup@v3
|
|
||||||
with:
|
|
||||||
version: ^9.0.5
|
|
||||||
|
|
||||||
- name: Install Node
|
- name: Install Node
|
||||||
uses: actions/setup-node@v4.0.2
|
uses: actions/setup-node@v4.0.2
|
||||||
|
|
||||||
- name: Register aliases for NPM command
|
|
||||||
run: |
|
|
||||||
rc=$HOME/.bashrc
|
|
||||||
echo 'shopt -s expand_aliases' > $rc
|
|
||||||
echo 'alias npm="pnpm" ' >> $rc
|
|
||||||
|
|
||||||
- name: Install Moonwave CLI
|
- name: Install Moonwave CLI
|
||||||
run: npm i -g moonwave
|
run: npm i -g moonwave
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue