mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Ensure deploy docs workflow callable (#1768)
Checkout current repository in order to call the reusable workflow. Remove the now duplicated checkout from the called workflow.
This commit is contained in:
3
.github/workflows/deploy-docs.yml
vendored
3
.github/workflows/deploy-docs.yml
vendored
@@ -17,9 +17,6 @@ jobs:
|
||||
concurrency: publish-gh-pages
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build Docs 🔧
|
||||
uses: ./.github/workflows/build-docs
|
||||
with:
|
||||
|
||||
@@ -11,6 +11,9 @@ jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Deploy docs
|
||||
uses: ./.github/workflows/deploy-docs.yml
|
||||
with:
|
||||
|
||||
3
.github/workflows/publish-documentation.yml
vendored
3
.github/workflows/publish-documentation.yml
vendored
@@ -14,5 +14,8 @@ jobs:
|
||||
build-and-deploy:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Deploy docs
|
||||
uses: ./.github/workflows/deploy-docs.yml
|
||||
|
||||
Reference in New Issue
Block a user