We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef8897 commit a7863aaCopy full SHA for a7863aa
.github/workflows/pr_build.yml
@@ -26,26 +26,13 @@ jobs:
26
with:
27
ref: ${{ github.ref }}
28
path: cpython/Doc/locales/ja/LC_MESSAGES
29
-
30
- - name: debug
31
- run: |
32
- cat cpython/Doc/locales/ja/LC_MESSAGES/sphinx.po
33
34
- name: Checkout GitHub Pages
35
uses: actions/checkout@v2
36
37
ref: gh-pages
38
path: build/html
39
40
41
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
49
- name: Install dependencies
50
run: |
51
sudo apt-get update
0 commit comments