We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c173fb commit f0ac63aCopy full SHA for f0ac63a
.github/workflows/run-ckan-only-install.yml
@@ -5,6 +5,7 @@ on:
5
- main
6
paths-ignore:
7
- 'docs/**'
8
+ - 'README.md'
9
workflow_dispatch:
10
jobs:
11
ckanonlyinstall:
README.md
@@ -29,6 +29,7 @@ You may find the following guides useful while developing with CKAN:
29
- [Customize your config file](https://docs.ckan.org/en/latest/extensions/index.html)
30
- [Create test data](https://docs.ckan.org/en/latest/maintaining/getting-started.html#creating-test-data)
31
- [Visit ckan.org](https://ckan.org)
32
+- [Interact with your CKAN API at ckanaction.dathere.com](https://ckanaction.dathere.com)
33
34
## `ckan-devstaller` demos
35
0 commit comments