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 4e5c8d1 commit d0389a1Copy full SHA for d0389a1
.github/workflows/build.yml
@@ -67,6 +67,8 @@ jobs:
67
- uses: actions/checkout@v4
68
- id: configurepages
69
uses: actions/configure-pages@v5
70
+ with:
71
+ enablement: true
72
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#example-of-setting-an-output-parameter
73
- id: set-base-path
74
run: echo "BASE_PATH=${{ inputs.base_path || steps.configurepages.outputs.base_path }}" >> "$GITHUB_OUTPUT"
0 commit comments