mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
ci: fix docs publishing again
$author and $email do not get set because actions/checkout@v2 fetches only a single commit by default. Pull full history by setting fetch-depth according to checkout documentation. Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
parent
c1be074f80
commit
25fd819ed7
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -16,6 +16,8 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y python3-venv git
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set up doc directory
|
||||
run: |
|
||||
mkdir $HOME/output
|
||||
|
Loading…
Reference in New Issue
Block a user