We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e4c49 commit 25267ccCopy full SHA for 25267cc
2 files changed
.github/workflows/ci.yml
@@ -14,8 +14,6 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
- with:
18
- lfs: true
19
20
- name: Install pnpm
21
uses: pnpm/action-setup@v4
.github/workflows/deploy-docs.yml
@@ -19,8 +19,6 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v4
22
23
24
25
- name: Print commit id, message and tag
26
run: |
0 commit comments