diff options
author | EuAndreh <eu@euandre.org> | 2019-05-30 23:40:57 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-30 23:42:37 -0300 |
commit | e3c6aba94e7a162aa5f1b8b0a7658081cab6687a (patch) | |
tree | 96c4d030bcb0b0b41c7d1a304fd3fe0219a4431d /bash | |
parent | TODOs.org (diff) | |
download | dotfiles-e3c6aba94e7a162aa5f1b8b0a7658081cab6687a.tar.gz dotfiles-e3c6aba94e7a162aa5f1b8b0a7658081cab6687a.tar.xz |
Publish contents for public/ folder
Diffstat (limited to 'bash')
-rw-r--r-- | bash/fake-symlinks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/fake-symlinks.sh b/bash/fake-symlinks.sh index 55ec8d4..06f1243 100644 --- a/bash/fake-symlinks.sh +++ b/bash/fake-symlinks.sh @@ -5,7 +5,7 @@ if [[ -n "$GITHUB_TOKEN" ]]; then fi -SRHT_REPOS=(website cement) +SRHT_REPOS=(website cement dotfiles) SRHT_REPOS_PATH="$HOME/dev/libre" for repo in "${SRHT_REPOS[@]}"; do |