From 86701d02d0f166c753ce631f2ac8fe14e4ff49dc Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 04 May 2020 17:10:45 +0000
Subject: [PATCH] README - create examples table and add new project to it
---
.github/workflows/publish.yml | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index b776080..53f3352 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -11,6 +11,8 @@
steps:
- name: Checkout code
uses: actions/checkout@v2
+ with:
+ fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v1
--
Gitblit v1.10.0