Skip to content

Commit

Permalink
ci(update): change docs dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Nov 10, 2023
1 parent 2dd2cab commit fbae8df
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [19]

steps:
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [19]

steps:
- uses: actions/setup-node@v4
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [19]

steps:
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [19]

steps:
- uses: actions/setup-node@v4
Expand All @@ -70,7 +70,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [19]

steps:
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [19]

steps:
- uses: actions/setup-node@v4
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [19]

steps:
- uses: actions/setup-node@v4
Expand All @@ -159,15 +159,15 @@ jobs:
- name: Build
run: |
cd ./docs
npm run generate
touch .output/public/.nojekyll
npm run docs:build
touch docs/.vitepress/dist/.nojekyll
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Archive Production Artifact
uses: actions/upload-artifact@master
with:
name: docsArtifact
path: docs/.output/public
path: docs/.vitepress/dist

sitespeed:
runs-on: ${{ matrix.os }}
Expand All @@ -176,7 +176,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [19]

steps:
- name: docker pull
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node: [18]
node: [19]
steps:
- name: Download Artifact (Docs)
uses: actions/download-artifact@master
Expand Down

0 comments on commit fbae8df

Please sign in to comment.