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 cdd8729 commit cbb025eCopy full SHA for cbb025e
.github/workflows/asciidoctor-ghpages.yml
@@ -64,7 +64,7 @@ jobs:
64
id-token: write
65
environment:
66
name: github-pages
67
- url: $${{ steps.deployment.outputs.page_url }}
+ url: ${{ steps.deployment.outputs.page_url }}
68
runs-on: ${{ github.repository_owner == 'intel' && 'intel-' || '' }}ubuntu-22.04
69
steps:
70
- name: Deploy to github pages
0 commit comments