Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Feb 14, 2024
1 parent 9d564e5 commit b867680
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 1 # Increment this number if you need to re-download cached gems
working-directory: '${{ github.workspace }}/docs'
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@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Maven-based Data Management
#remote_theme: pmarsceill/just-the-docs
theme: just-the-docs
url: https://aksw.github.io/aksw-data-deployment/
url: https://aksw.github.io

# plugins:
# - jekyll-default-layout
Expand Down

0 comments on commit b867680

Please sign in to comment.