Skip to content

Commit

Permalink
Change GH Page architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
mtouzot committed Aug 18, 2024
1 parent 78dae5f commit 5eb9bfd
Show file tree
Hide file tree
Showing 42 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ name: Deploy Jekyll site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]
paths: ["docs/**"]
branches: ["gh-pages"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -46,7 +45,6 @@ jobs:
- name: Build with Jekyll
# Outputs to the './_site' directory by default
run: |
cd docs
bundle install
bundle exec jekyll build "${{ steps.pages.outputs.base_path }}"
env:
Expand All @@ -55,7 +53,7 @@ jobs:
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
with:
path: ./docs/_site
path: ./_site

# Deployment job
deploy:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.

0 comments on commit 5eb9bfd

Please sign in to comment.