mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-22 19:37:49 +11:00
Compare commits
2 commits
b08ed39e3d
...
8e2b356f84
Author | SHA1 | Date | |
---|---|---|---|
|
8e2b356f84 | ||
|
60cd179c18 |
2 changed files with 2 additions and 1 deletions
2
.github/workflows/python.yml
vendored
2
.github/workflows/python.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
|
|
@ -11,6 +11,7 @@ article {
|
|||
font-weight: $baseFontRegular;
|
||||
line-height: 24px;
|
||||
word-break: break-word;
|
||||
white-space: pre;
|
||||
|
||||
color: $textColor;
|
||||
max-width: 600px;
|
||||
|
|
Loading…
Reference in a new issue