Update CI config

We no longer need to change the URL
This commit is contained in:
Ariel Abreu 2023-05-26 07:42:21 -04:00 committed by GitHub
parent 0e7488102d
commit 4a25c0fc9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,10 +37,6 @@ jobs:
uses: actions/setup-node@v2.5.2
with:
node-version: 18
# this step is necessary until we configure the custom domain for GH Pages properly
- name: (temporary) Change URL and baseURL for GH Pages
run: >
sed -i "s/url: 'https:\/\/blog.darlinghq.com',/url: 'https:\/\/darlinghq.github.io',/g; s/baseUrl: '\/',/baseUrl: '\/blog',/g" docusaurus.config.js
- run: npm ci
- run: npm run build
- name: Upload artifact