Skip to content

Commit 5f3cc17

Browse files
committed
Trigger build
1 parent fe968a9 commit 5f3cc17

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

‎.github/workflows/test.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
os: [ubuntu-latest] # macos disabled for now because of disk space issues.
2121
runs-on: ${{ matrix.os }}
2222
steps:
23+
- run: ls -ltr
24+
- run: pwd
2325
- name: Test building docs with docker latest
2426
uses: docker://ghcr.io/bep/hugo:latest
2527
with:

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<a href="https://gohugo.io/"><img src="https://raw.githubusercontent.com/gohugoio/gohugoioTheme/master/static/images/hugo-logo-wide.svg?sanitize=true" alt="Hugo" width="565"></a>
2727

28-
A fast and flexible static site generator built with love by [bep], [spf13], and [friends] in [Go].
28+
A fast and flexible static site generator built with love by [bep], [spf13], and [friends] in [Go]..
2929

3030
---
3131

0 commit comments

Comments
 (0)