Skip to content

Commit

Permalink
rename workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
copdips committed Dec 11, 2023
1 parent b365f4f commit c73911c
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 154 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2

updates:
- package-ecosystem: pip
# We only want to bump versions of packages in case of security updates, as
# we want to keep maximum compatibility - see https://t.ly/INSR_
open-pull-requests-limit: 0
directory: "/"
labels: []
schedule:
interval: weekly
time: "04:00"
- package-ecosystem: github-actions
open-pull-requests-limit: 10
directory: "/"
labels: []
schedule:
interval: weekly
time: "04:00"
6 changes: 3 additions & 3 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build and Deploy
run-name: ${{ github.workflow }} - ${{ github.event.head_commit.message }}
run-name: ":+1:${{ github.workflow }} - ${{ github.event.head_commit.message }}"

on:
push:
Expand Down Expand Up @@ -55,8 +55,8 @@ jobs:
pip install mkdocs-material[recommended,git,imaging]
- name: Build documentation
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
# env:
# GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: |
mkdocs build --clean
mkdocs --version
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/dependabot.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/sync-to-gitee.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Sync to gitee
run-name: ${{ github.workflow }} - ${{ github.event.head_commit.message }}
name: Gitee Sync
run-name: "[${{ github.workflow }}] - ${{ github.event.head_commit.message }}"

on:
push:
Expand Down
4 changes: 4 additions & 0 deletions draft/migrating_from_jekyll_to_mkdocs_material.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ Files to include: `./docs/posts`
## Image path

Use VSCode replace

## View Source

URL bound to `master` branch, not `main` branch.
104 changes: 0 additions & 104 deletions staticman.yml

This file was deleted.

0 comments on commit c73911c

Please sign in to comment.