Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcohenhillel committed Feb 12, 2024
1 parent 0f7e73c commit 23bb051
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 33 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/ci.yml

This file was deleted.

7 changes: 4 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
push:
branches:
- "work-on-the-docs"
paths:
- "docs/**"
# paths:
# - "docs/**"

# Allows you to run this workflow manually from the Actions tab

Expand Down Expand Up @@ -44,9 +44,10 @@ jobs:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
working-directory: docs
- name: Build with Jekyll
# Outputs to the './_site' directory by default
working-directory: docs
working-directory: ./docs
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
env:
JEKYLL_ENV: production
Expand Down

0 comments on commit 23bb051

Please sign in to comment.