Skip to content

Commit 1c93a74

Browse files
committed
add synced assets to .gitignore
1 parent 6f5773c commit 1c93a74

File tree

182 files changed

+4
-20821
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

182 files changed

+4
-20821
lines changed

.github/workflows/sync-documentation.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Sync-Documentation
33
on:
44
schedule:
55
- cron: '0 3 * * *'
6-
pull_request:
7-
branches: [ main ]
86

97
jobs:
108
update-documentationmd:
@@ -14,17 +12,3 @@ jobs:
1412
- name: Update documentation
1513
id: vars
1614
run: make refresh-docs
17-
- name: Create Pull Request
18-
uses: peter-evans/create-pull-request@v4
19-
with:
20-
token: ${{ secrets.GITHUB_TOKEN }}
21-
commit-message: |
22-
sync documentation with containerd/containerd
23-
24-
Signed-off-by: Scott Haddlesey <haddscot@amazon.com>
25-
committer: Scott Haddlesey <haddscot@amazon.com>
26-
author: Scott Haddlesey <haddscot@amazon.com>
27-
title: Automated documentation sync
28-
body: This is an auto-generated PR to sync documentation in the main containerd project's docs/ directory.
29-
branch: doc-updates
30-
base: ${{ github.head_ref }}

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ resources/
1212
# Link checker assets
1313
bin/
1414
tmp/
15+
16+
# Documentation synced from other repos
17+
content/docs/v*
18+
static/docs/*

content/docs/v1.2.x/_index.md

Lines changed: 0 additions & 255 deletions
This file was deleted.

content/docs/v1.2.x/docs/.dockerignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

content/docs/v1.2.x/docs/.editorconfig

Lines changed: 0 additions & 13 deletions
This file was deleted.

content/docs/v1.2.x/docs/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

content/docs/v1.2.x/docs/_index.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)