Skip to content

Commit

Permalink
test gha
Browse files Browse the repository at this point in the history
  • Loading branch information
wpiet committed Aug 7, 2024
1 parent 65d5b78 commit 189e39e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
##

name: Deploy Site
on: push
Expand All @@ -29,6 +29,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: master
fetch-depth: 2

- name: Check For Content Changes
run: |
Expand Down

0 comments on commit 189e39e

Please sign in to comment.