docs: add ckanaction to Next Steps in README and ignore README for CI
Some checks failed
Verify ckan-devstaller runs CKAN-only install successfully / Run ckan-devstaller with a CKAN-only install (push) Has been cancelled

This commit is contained in:
rzmk 2025-10-31 14:28:22 -04:00
parent 6c173fb779
commit f0ac63a368
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ on:
- main - main
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
- 'README.md'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
ckanonlyinstall: ckanonlyinstall:

View file

@ -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) - [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) - [Create test data](https://docs.ckan.org/en/latest/maintaining/getting-started.html#creating-test-data)
- [Visit ckan.org](https://ckan.org) - [Visit ckan.org](https://ckan.org)
- [Interact with your CKAN API at ckanaction.dathere.com](https://ckanaction.dathere.com)
## `ckan-devstaller` demos ## `ckan-devstaller` demos