Skip to content

Commit a7863aa

Browse files
authored
[skip ci] Delete debug steps
1 parent fef8897 commit a7863aa

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/pr_build.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,13 @@ jobs:
2626
with:
2727
ref: ${{ github.ref }}
2828
path: cpython/Doc/locales/ja/LC_MESSAGES
29-
30-
- name: debug
31-
run: |
32-
cat cpython/Doc/locales/ja/LC_MESSAGES/sphinx.po
3329

3430
- name: Checkout GitHub Pages
3531
uses: actions/checkout@v2
3632
with:
3733
ref: gh-pages
3834
path: build/html
3935

40-
- name: debug
41-
run: |
42-
echo github.workspace
43-
echo ${{ github.workspace }}
44-
pwd
45-
ls -l
46-
ls -l cpython
47-
ls -l cpython/Doc/locales/ja/LC_MESSAGES/*
48-
4936
- name: Install dependencies
5037
run: |
5138
sudo apt-get update

0 commit comments

Comments
 (0)