This commit is contained in:
Artur Akmalov
2023-05-22 01:40:23 +05:00
parent ff537b1a05
commit 9a180ee00f
+3 -3
View File
@@ -16,12 +16,12 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn
cache: npm
- name: Install dependencies
run: yarn install --frozen-lockfile
run: npm install --frozen-lockfile
- name: Build website
run: yarn build
run: npm run build
# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus