Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ blank_issues_enabled: true
contact_links:
- name: "💡 Request a Feature"
about: Request a new feature or enhancement in a discussions.
url: https://github.com/cssnr/create-files-action/discussions/new?category=feature-requests
url: https://github.com/cssnr/zensical-action/discussions/new?category=feature-requests

- name: "❔ Ask a Question"
about: Ask a general question or start a discussions.
url: https://github.com/cssnr/create-files-action/discussions/new?category=q-a
url: https://github.com/cssnr/zensical-action/discussions/new?category=q-a

- name: "💬 Join Discord"
about: Chat with us about general questions, issues or suggestions.
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: "Debug event.json"
if: ${{ !github.event.act }}
continue-on-error: true
run: |
cat "${GITHUB_EVENT_PATH}"
run: cat "${GITHUB_EVENT_PATH}"

- name: "Debug CTX github"
if: ${{ !github.event.act }}
Expand All @@ -39,8 +38,7 @@ jobs:
- name: "Debug Environment"
if: ${{ !github.event.act }}
continue-on-error: true
run: |
env
run: env

- name: "prettier"
if: ${{ !cancelled() }}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
- name: "Debug event.json"
if: ${{ !github.event.act }}
continue-on-error: true
run: |
cat "${GITHUB_EVENT_PATH}"
run: cat "${GITHUB_EVENT_PATH}"

- name: "Debug CTX github"
if: ${{ !github.event.act }}
Expand All @@ -49,8 +48,7 @@ jobs:
- name: "Debug Environment"
if: ${{ !github.event.act }}
continue-on-error: true
run: |
env
run: env

- name: "Test Local Action"
id: test
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ For more details, see the [action.yml](https://github.com/cssnr/zensical-action/
- Upload Artifact
- Deploy to Pages

More details on the docs site: https://zensical-action.cssnr.com/
More on the docs site: https://zensical-action.cssnr.com/

## Inputs

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Zensical Action"
description: "Easily Build Zensical Docs, Upload and Deploy to GitHub Pages or any other Service."
description: "Easily Build, Upload and Deploy Zensical Docs to GitHub Pages or any other Service."
author: "Shane"

branding:
Expand Down Expand Up @@ -65,7 +65,7 @@ runs:
- name: "Setup UV"
shell: bash
run: |
uv venv
uv venv --no-project

- name: "Install Zensical"
id: install
Expand Down