test with pages-ci

This commit is contained in:
unclekingpin 2023-05-18 13:38:05 -07:00
parent 9651acd37b
commit c8a0b5d1ee

View file

@ -24,6 +24,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
destination_dir: ${{ github.ref_name != 'development' && github.ref_name || '' }}
destination_dir: ${{ github.ref_name != 'pages-ci' && github.ref_name || '' }}
keep_files: true
allow_empty_commit: true