Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-expo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-07-17 18:39:52 +0300
committerXhmikosR <xhmikosr@gmail.com>2021-07-19 21:22:16 +0300
commita7e08e839e8f7dc91b29bfe0a2541a505d51e93e (patch)
tree781604b1d546162e18be38d5d53ddf4e8328894d
parentb92caf85b0b33faffe6e70911c0d085520fd72c2 (diff)
Rename output folder to `_site`
-rw-r--r--.github/workflows/ci.yml8
-rw-r--r--.gitignore2
-rw-r--r--_config.yml2
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7a09fbb..5e13a2f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -29,14 +29,14 @@ jobs:
- run: bundle exec jekyll doctor
- name: Run html-proofer
- run: bundle exec htmlproofer ./_gh_pages --allow-hash-href --assume-extension --check-external-hash --check-favicon --check-img-http --check-opengraph --disable-external --empty-alt-ignore --internal-domains "expo.getbootstrap.com"
+ run: bundle exec htmlproofer ./_site --allow-hash-href --assume-extension --check-external-hash --check-favicon --check-img-http --check-opengraph --disable-external --empty-alt-ignore --internal-domains "expo.getbootstrap.com"
- name: Upload docs
uses: actions/upload-artifact@v2
if: success() && github.repository == 'twbs/bootstrap-expo' && github.ref == 'refs/heads/main'
with:
name: docs
- path: ./_gh_pages/
+ path: ./_site/
deploy:
runs-on: ubuntu-latest
@@ -51,7 +51,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: docs
- path: ./_gh_pages/
+ path: ./_site/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
@@ -60,4 +60,4 @@ jobs:
allow_empty_commit: false
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
- publish_dir: ./_gh_pages/
+ publish_dir: ./_site/
diff --git a/.gitignore b/.gitignore
index 73f36ba..889c841 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
/.netlify/
/.sass-cache/
-/_gh_pages/
+/_site/
.DS_Store
.ruby-version
/src/.jekyll-cache/
diff --git a/_config.yml b/_config.yml
index 5d0674f..73d8b55 100644
--- a/_config.yml
+++ b/_config.yml
@@ -9,7 +9,7 @@ paginate: 10
source: src
# Settings
-destination: ./_gh_pages
+destination: ./_site
# Gems
plugins: