mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-22 19:37:49 +11:00
Compare commits
2 commits
769ec52d9b
...
ceadb41c8a
Author | SHA1 | Date | |
---|---|---|---|
|
ceadb41c8a | ||
|
60cd179c18 |
2 changed files with 2 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
|
||||
- name: Login to DockerHub
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: docker/login-action@v2
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
|
|
@ -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