Skip to content

Commit

Permalink
install more stuff for site
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Jul 3, 2024
1 parent fb97d0e commit 99e1a31
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 89 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout c-ares docs
uses: actions/checkout@v4
with:
repository: c-ares/c-ares
path: c-ares.git
- name: Checkout roffit
uses: actions/checkout@v4
with:
repository: "bagder/roffit"
path: roffit.git
- name: Build and Install roffit
run: |
cd roffit
sudo make install
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build with Jekyll
Expand Down
79 changes: 0 additions & 79 deletions .github/workflows/deploy_pages.yml

This file was deleted.

1 change: 0 additions & 1 deletion .htaccess

This file was deleted.

18 changes: 9 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ description: >-
of the underlying DNS protocol. It was originally intended for applications
which need to perform DNS queries without blocking, or need to perform multiple
DNS queries in parallel.
domain: c-ares.org
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://c-ares.org"
github_username: c-ares

# Build settings
Expand All @@ -33,11 +34,10 @@ plugins:
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
exclude:
- Gemfile
- Gemfile.lock
- c-ares.git
- roffit.git
- Makefile

0 comments on commit 99e1a31

Please sign in to comment.