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 788859c commit a13ab51Copy full SHA for a13ab51
.github/workflows/publish_docs.yml
@@ -25,7 +25,7 @@ on:
25
jobs:
26
build-ansible-docs:
27
name: Build Ansible Docs
28
- uses: cloudera-labs/github-actions/.github/workflows/construct-ansible-docs.yml@v1
+ uses: cloudera-labs/github-actions/.github/workflows/construct-ansible-docs.yml@main
29
with:
30
pages-upload: true
31
directory-upload: true
@@ -44,6 +44,6 @@ jobs:
44
steps:
45
- name: Deploy Github Pages
46
id: deployment
47
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
48
49
artifact_name: github-pages
0 commit comments