Skip to content

Commit

Permalink
ci: to delete
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaptiste committed Sep 10, 2024
1 parent 2366fc1 commit 2f1b1fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ jobs:
version: 0.13.0

- name: prepare ssh auth
run: ssh-keyscan -t rsa,dsa,ecdsa,ed25519 github.com > ~/.ssh/known_hosts
run: ssh-keyscan -t ed25519 github.com > ~/.ssh/known_hosts

# Step 5: Run your scripts to build the static website with Zine
- name: Run build scripts
run: |
./01-PREPARE-FOR-EDITS.sh
echo "going to sleep for 999999 units of time"
sleep 999999
eval "$(ssh-agent -s)"
./02-BUILD.sh
# Step 6: Checkout the docs branch
Expand Down

0 comments on commit 2f1b1fa

Please sign in to comment.