Skip to content

Commit

Permalink
Revert "change path temporarily".
Browse files Browse the repository at this point in the history
  • Loading branch information
nekitdev authored Dec 17, 2023
1 parent 27ccf3e commit c06cf39
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,23 @@ jobs:
tarBall: false
zipBall: false
out-file-path: ""
- name: Build docs with Flash

- name: Create dist directory
run: |
mkdir dist
cd dist
mkdir docs
./../flash.exe -i ../geode -o ./docs
- name: Build docs with Flash
run: |
cd dist
./../flash.exe -i ../geode -o .
- name: Setup Pages
uses: actions/configure-pages@v2

- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: './dist/docs'
path: './dist'

- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit c06cf39

Please sign in to comment.