Skip to content

Commit d27531e

Browse files
authored
Update test_build.yml
1 parent 37f9fb5 commit d27531e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/test_build.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,17 @@ jobs:
1313
build: # Build web pages
1414
runs-on: ubuntu-latest
1515
steps:
16-
16+
- name: sed test
17+
run: |
18+
mkdir test
19+
cat "<figure>" > test.txt
20+
echo "before"
21+
cat test.txt
22+
man sed
23+
echo "after"
24+
cat test.txt
25+
exit
26+
1727
- name: Install pandoc
1828
uses: pandoc/actions/setup@v1
1929

0 commit comments

Comments
 (0)