This commit is contained in:
parent
f237551193
commit
0321812a29
57 changed files with 25676 additions and 4089 deletions
|
@ -7,7 +7,7 @@ labels: bug
|
|||
|
||||
## Describe the bug
|
||||
|
||||
Briefly describe the issue you are experiencing, what you were trying to do and what happened instead. Remember, this is _not_ a place to ask questions. For that, go to the official [Discord channel](https://discord.com/channels/777188233284681768/777188575485493259)!
|
||||
Briefly describe the issue you are experiencing, what you were trying to do and what happened instead. Remember, this is _not_ a place to ask questions. For that, go to the [github discussions page!](https://github.com/sunt-programator/CodeIT/discussions)
|
||||
|
||||
## Expected behavior
|
||||
|
||||
|
|
2
themes/CodeIT/.github/dependabot.yml
vendored
2
themes/CodeIT/.github/dependabot.yml
vendored
|
@ -11,4 +11,4 @@ updates:
|
|||
interval: "daily"
|
||||
commit-message:
|
||||
# Prefix all commit messages with "npm"
|
||||
prefix: "npm"
|
||||
prefix: "build(npm)"
|
||||
|
|
4
themes/CodeIT/.github/workflows/deploy.yml
vendored
4
themes/CodeIT/.github/workflows/deploy.yml
vendored
|
@ -1,8 +1,8 @@
|
|||
name: "Deploy status"
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- "v*"
|
||||
jobs:
|
||||
deploy-blog:
|
||||
name: Deploying the static pages to the FTP server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue