Skip to content

Commit

Permalink
up workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prudhomm committed Sep 6, 2024
1 parent 47449e5 commit 5813315
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
# if: "!contains(github.event.head_commit.message, 'docs skip')"
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: 'https://github.com/hakimel/reveal.js.git'
path: 'feelpp.slides/reveal.js'
fetch-depth: 1
ref: '3.9.2'

- name: Install credentials
run: echo https://$GITHUB_OAUTH:@github.com > $HOME/.git-credentials
env:
Expand Down
2 changes: 1 addition & 1 deletion render
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ if test -d build; then rm -rf build; fi
mkdir build
cp -r css fonts images videos build
mv *.html build
cd build && ln -s ../reveal.js
rsync -avz reveal.js build/
#git clone -b 3.9.2 --depth 1 https://github.com/hakimel/reveal.js.git build/reveal.js

0 comments on commit 5813315

Please sign in to comment.