Removed URL fragment from template and moved it to a guides specific preprocess, so it only appears on guides. #553
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test localgovdrupal/localgov_base drupal-theme | |
on: | |
push: | |
branches: | |
- '1.x' | |
pull_request: | |
branches: | |
- '1.x' | |
workflow_dispatch: | |
jobs: | |
tests: | |
uses: localgovdrupal/localgov_shared_workflows/.github/workflows/[email protected] | |
with: | |
project: 'localgovdrupal/localgov_base' | |
project_path: 'web/themes/contrib/localgov_base' |