Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Feb 12, 2024
1 parent 446c885 commit 7d0f2f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ build_jekyll: &build_jekyll
name: Jekyll Build
command: |
if [ -z "$CIRCLECI_TRIGGER" ]; then
echo "Building US-RSE'23 website for Preview"
echo "Building US-RSE'24 website for Preview"
cp ~/repo/.circleci/circle_urls.sh ~/repo/circle_urls.sh
cd ~/repo
chmod u+x circle_urls.sh
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
- run: *build_jekyll
- store_artifacts:
path: ~/repo/_site
destination: usrse.github.io/usrse23
destination: usrse.github.io/usrse24

0 comments on commit 7d0f2f2

Please sign in to comment.