mirror of
https://github.com/darlinghq/blog.git
synced 2024-11-26 22:10:30 +00:00
Update CI config
We no longer need to change the URL
This commit is contained in:
parent
0e7488102d
commit
4a25c0fc9b
4
.github/workflows/static.yml
vendored
4
.github/workflows/static.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user