Skip to content

Commit

Permalink
Remove collection names
Browse files Browse the repository at this point in the history
  • Loading branch information
nntrn committed Jul 21, 2023
1 parent d5d6a2d commit 3d5096c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -45,7 +44,6 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
continue-on-error: true
needs: build
steps:
- name: Deploy to GitHub Pages
Expand Down
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ github_username: nntrn

collections:
functions:
name: Functions
output: true
general:
name: General
output: true

defaults:
Expand Down

0 comments on commit 3d5096c

Please sign in to comment.