Skip to content

Commit

Permalink
docs: CF Pages indexing exclusion (#1239)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender authored Aug 4, 2024
1 parent e1fbf87 commit e01e844
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
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

0 comments on commit e01e844

Please sign in to comment.