We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c9dc3 commit 2b87eb3Copy full SHA for 2b87eb3
.github/workflows/update_book.yml
@@ -33,6 +33,11 @@ jobs:
33
force_orphan: true # this will clean up all previous PR previews / main branch preview
34
cname: datasciencebook.ca
35
36
+ - name: checkout gh-pages
37
+ uses: actions/checkout@v2
38
+ with:
39
+ ref: 'gh-pages'
40
+
41
- name: copy dev/ website back in
42
run: |
43
yes | cp -rf $HOME/dev dev
0 commit comments