From f0ac63a368c40f99807710dbed91ff5a7ed26a19 Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Fri, 31 Oct 2025 14:28:22 -0400 Subject: [PATCH] docs: add ckanaction to Next Steps in README and ignore README for CI --- .github/workflows/run-ckan-only-install.yml | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/run-ckan-only-install.yml b/.github/workflows/run-ckan-only-install.yml index 655e11f..68ea266 100644 --- a/.github/workflows/run-ckan-only-install.yml +++ b/.github/workflows/run-ckan-only-install.yml @@ -5,6 +5,7 @@ on: - main paths-ignore: - 'docs/**' + - 'README.md' workflow_dispatch: jobs: ckanonlyinstall: diff --git a/README.md b/README.md index 4d0c8a9..762f607 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ You may find the following guides useful while developing with CKAN: - [Customize your config file](https://docs.ckan.org/en/latest/extensions/index.html) - [Create test data](https://docs.ckan.org/en/latest/maintaining/getting-started.html#creating-test-data) - [Visit ckan.org](https://ckan.org) +- [Interact with your CKAN API at ckanaction.dathere.com](https://ckanaction.dathere.com) ## `ckan-devstaller` demos