Skip to content

Commit

Permalink
Update doc publishing process
Browse files Browse the repository at this point in the history
The documentation now publishes directly to the `gh-pages` branch
See <openfisca/openfisca-doc#308>
  • Loading branch information
MattiSG committed May 22, 2024
1 parent aeb9e47 commit 737385d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 19 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@ jobs:
name: Publish openfisca.org
command: |
touch public/.nojekyll # Bypass Jekyll processing on GitHub Pages
git checkout gh-pages
cp doc /tmp/doc
git checkout -
mv /tmp/doc public/doc
npm run publish
- run:
name: Publish openfisca.org/doc
command: ./publish-doc.sh
workflows:
version: 2
Expand Down
16 changes: 0 additions & 16 deletions publish-doc.sh

This file was deleted.

0 comments on commit 737385d

Please sign in to comment.