diff --git a/.github/workflows/run-ckan-only-install.yml b/.github/workflows/run-ckan-only-install.yml index 68ea266..5d525c1 100644 --- a/.github/workflows/run-ckan-only-install.yml +++ b/.github/workflows/run-ckan-only-install.yml @@ -3,9 +3,6 @@ on: push: branches: - main - paths-ignore: - - 'docs/**' - - 'README.md' workflow_dispatch: jobs: ckanonlyinstall: diff --git a/README.md b/README.md index 762f607..4d0c8a9 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,6 @@ 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 diff --git a/docs/content/docs/changelog/0.3.1.mdx b/docs/content/docs/changelog/0.3.1.mdx index 536bde0..ab4a70a 100644 --- a/docs/content/docs/changelog/0.3.1.mdx +++ b/docs/content/docs/changelog/0.3.1.mdx @@ -31,7 +31,3 @@ To ensure users using VirtualBox see the full command for adding a user to the s ## GitHub Action to verify CKAN install runs We've added a GitHub Action to run on push to the main branch to verify that a CKAN-only install runs. This doesn't include verbose testing but rather ensuring that the ckan-devstaller finishes without errors. - -## New --skip-run flag - -We've added a `--skip-run` flag to skip running CKAN at the end of installation.