Skip to content

Commit

Permalink
Merge branch 'release/v2.1.13' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 19, 2024
2 parents ba4f8f0 + b7b076e commit 0b0a0b6
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 19 deletions.
8 changes: 4 additions & 4 deletions .check-schema/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ jobs:
path: ${{ env.DistDir }}
key: ${{ env.DistDir }}-${{ hashFiles('deploy-versions.json') }}

- name: Check Dist Directory
run: |
echo "Checking contents of DistDir: $(pwd)/${{ env.DistDir }}"
ls -la "$(pwd)/${{ env.DistDir }}"
- name: Upload cloudflare-pages artifact
if: github.repository_owner == 'aklivity'
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion deploy-versions.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"text":"Latest","icon":"fas fa-home","key":"latest","tag":"v2.1.12"}]
[{"text":"Latest","icon":"fas fa-home","key":"latest","tag":"v2.1.13"}]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zilla-docs",
"type": "module",
"version": "2.1.12",
"version": "2.1.13",
"description": "The official documentation for the aklivity/zilla open-source project",
"keywords": [],
"author": "aklivity.io",
Expand Down
26 changes: 13 additions & 13 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0b0a0b6

Please sign in to comment.