Skip to content

Commit

Permalink
add synced assets to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
haddscot committed Mar 12, 2024
1 parent 6f5773c commit 1c93a74
Show file tree
Hide file tree
Showing 182 changed files with 4 additions and 20,821 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/sync-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Sync-Documentation
on:
schedule:
- cron: '0 3 * * *'
pull_request:
branches: [ main ]

jobs:
update-documentationmd:
Expand All @@ -14,17 +12,3 @@ jobs:
- name: Update documentation
id: vars
run: make refresh-docs
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: |
sync documentation with containerd/containerd
Signed-off-by: Scott Haddlesey <[email protected]>
committer: Scott Haddlesey <[email protected]>
author: Scott Haddlesey <[email protected]>
title: Automated documentation sync
body: This is an auto-generated PR to sync documentation in the main containerd project's docs/ directory.
branch: doc-updates
base: ${{ github.head_ref }}
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,7 @@ resources/
# Link checker assets
bin/
tmp/

# Documentation synced from other repos
content/docs/v*
static/docs/*
255 changes: 0 additions & 255 deletions content/docs/v1.2.x/_index.md

This file was deleted.

5 changes: 0 additions & 5 deletions content/docs/v1.2.x/docs/.dockerignore

This file was deleted.

13 changes: 0 additions & 13 deletions content/docs/v1.2.x/docs/.editorconfig

This file was deleted.

6 changes: 0 additions & 6 deletions content/docs/v1.2.x/docs/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions content/docs/v1.2.x/docs/_index.md

This file was deleted.

Loading

0 comments on commit 1c93a74

Please sign in to comment.