mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 05:39:49 +00:00
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
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:
parent
6c173fb779
commit
f0ac63a368
2 changed files with 2 additions and 0 deletions
1
.github/workflows/run-ckan-only-install.yml
vendored
1
.github/workflows/run-ckan-only-install.yml
vendored
|
|
@ -5,6 +5,7 @@ on:
|
||||||
- main
|
- main
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
- 'README.md'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
ckanonlyinstall:
|
ckanonlyinstall:
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue