Skip to content

Commit 8985d24

Browse files
committed
Remove unnecessary frontmatter check
1 parent e70113e commit 8985d24

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/docs.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,9 @@ jobs:
4949
ruby-version: '2.7.4'
5050
bundler-cache: true
5151

52-
- name: Setup Python
53-
uses: actions/setup-python@v5
54-
with:
55-
python-version: '3.11'
56-
5752
- name: Fetch R/ggplot2 docs from plotly.r-docs
5853
run: make fetch
5954

60-
- name: Validate front-matter
61-
run: python front-matter-ci.py _posts
62-
6355
- name: Build site
6456
run: bundle exec jekyll build
6557
env:

0 commit comments

Comments
 (0)