Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: CF Pages indexing exclusion #1239

Merged
merged 2 commits into from
Aug 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

environment:
name: stockindicators.dev
url: https://dotnet.stockindicators.dev

steps:
- name: Checkout source
Expand All @@ -24,7 +25,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
working-directory: docs
ruby-version: 3.2
ruby-version: 3.3

- name: Define tag
id: tag
Expand Down
6 changes: 3 additions & 3 deletions docs/GemFile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GEM
ethon (0.16.0)
ffi (>= 1.15.0)
execjs (2.9.1)
faraday (2.10.0)
faraday (2.10.1)
faraday-net_http (>= 2.0, < 3.2)
logger
faraday-net_http (3.1.1)
Expand Down Expand Up @@ -260,7 +260,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.2)
rexml (3.3.4)
strscan
rouge (3.30.0)
rubyzip (2.3.2)
Expand All @@ -285,7 +285,7 @@ GEM
execjs (>= 0.3.0, < 3)
unicode-display_width (1.8.0)
uri (0.13.0)
wdm (0.1.1)
wdm (0.2.0)
webrick (1.8.1)

PLATFORMS
Expand Down
3 changes: 3 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ exclude:
"vendor",
]

include:
- _headers

permalink: pretty

defaults:
Expand Down
2 changes: 2 additions & 0 deletions docs/_headers
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
https://:project.pages.dev/*
X-Robots-Tag: noindex
Loading