Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit f4f9fbe

Browse files
authored
push and pop the directory (#80)
1 parent aeff987 commit f4f9fbe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ install:
88
- sudo dpkg -i /tmp/hugo.deb
99

1010
script:
11-
- cd docs && hugo
11+
- pushd docs
12+
- hugo
13+
- popd
1214
- php sami.phar update config/sami.php
1315
- touch docs/.nojekyll
1416

0 commit comments

Comments
 (0)