Skip to content

Commit dd10037

Browse files
committed
Temporarily remove server deploy step to fix GitHub runner
1 parent bad8501 commit dd10037

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
echo NOTION_TOKEN=${{ secrets.NOTION_TOKEN }} >> .env
3232
cat .env
3333
34-
- name: Ensure target directory exists
35-
run: mkdir -p /var/www/orienting.sfpc.study/html/
34+
# - name: Ensure target directory exists
35+
# run: mkdir -p /var/www/orienting.sfpc.study/html/
3636

3737
# - name: Copy Orienting Directory
3838
# run: rsync -a --delete orienting.sfpc.study/ /var/www/orienting.sfpc.study/html/

0 commit comments

Comments
 (0)