schedule:
- cron: "0 */6 * * *"
+concurrency:
+ group: "pages"
+ cancel-in-progress: true
+
jobs:
build-generic:
runs-on: ubuntu-latest
+ environment:
+ name: github-pages
+ url: ${{ steps.deployment.outputs.page_url }}
+
permissions:
contents: write
+ pages: write
+ id-token: write
steps:
- name: Give tar root suid
run: make clean
- name: Make for linux64
run: make YACC=byacc -j3 archive
+ - name: Setup Pages
+ uses: actions/configure-pages@v1
+ - name: Upload pages
+ uses: actions/upload-pages-artifact@v1
+ with:
+ path: "Document/doc/html"
+ - name: Deploy
+ uses: actions/deploy-pages@main
- name: Rename to -linux64
run: mv dataworks.zip dataworks-linux64.zip && mv dataworks.tar.gz dataworks-linux64.tar.gz && mv Client/dataworks dataworks-linux64 && mv Server/dataworks_server dataworks-server-linux64
- name: Make sure it is clean (win32)