Skip to content

Commit

Permalink
Remove 'docs' subpdir
Browse files Browse the repository at this point in the history
  • Loading branch information
criccomini committed Jul 22, 2023
1 parent 8fd4087 commit fe55f7d
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.

# Sample workflow for building and deploying a Jekyll site to GitHub Pages
name: Deploy Twister site to Pages
name: Deploy Recap site to Pages

on:
push:
Expand All @@ -28,9 +27,6 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -40,7 +36,6 @@ jobs:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
working-directory: '${{ github.workspace }}/docs'
- name: Setup Pages
id: pages
uses: actions/configure-pages@v2
Expand All @@ -53,7 +48,7 @@ jobs:
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v1
with:
path: "docs/_site/"
path: "_site/"

# Deployment job
deploy:
Expand Down

0 comments on commit fe55f7d

Please sign in to comment.