Skip to content

Commit

Permalink
chore(CI): rename, remove the artifacts publishing, use `registry.npm…
Browse files Browse the repository at this point in the history
…js.org`
  • Loading branch information
novusnota committed Oct 2, 2024
1 parent 138f6ba commit abed51f
Show file tree
Hide file tree
Showing 3 changed files with 738 additions and 728 deletions.
18 changes: 14 additions & 4 deletions .github/workflows/tact-docs-test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# To not merge, if build fails
name: Test docs/ build
name: Tact Docs CI

on:
# For new PRs, or those who are ready and/or request a review
Expand Down Expand Up @@ -34,8 +34,18 @@ jobs:
uses: actions/checkout@v4
# with:
# fetch-depth: 0
- name: Install, build and store site artifact
uses: withastro/action@v3

- name: Setup Node.js
uses: actions/setup-node@v4
with:
path: docs
node-version: 22
cache: "yarn"
cache-dependency-path: "docs/yarn.lock"

- name: Install dependencies
working-directory: docs
run: yarn deps

- name: Build the site
working-directory: docs
run: yarn build
Loading

0 comments on commit abed51f

Please sign in to comment.